📢W00t!!! Found the #RESTAPI call to the #vanMoof rest api endpoint to retrieve all my vanMoof rides 📢
Now I can create some nice dashboards in #HomeAssistant or #PowerBi 🎉🎉
#restapi #vanmoof #homeassistant #powerbi
gRPC and REST are probably two of the most commonly used approaches for creating API nowadays. Take a look at
the comparison of them and decide which one is right for you:
#restapi #grpc #api #http
https://softwaremill.com/grpc-vs-rest/
📢New in MEAP📢
Improve #API speed, quality, & cost by automating your #APIdesign and delivery proces!
Discover the perfect balance between speed and usability by applying #DevOps automation principles to your #APIs: http://mng.bz/x4eX
#api #apidesign #devops #apis #apiops #restapi
Performance of the #GraphAPI, #RESTAPI and #WebServices with SharePoint and Power Automate
The Performance of the Graph API, REST API and Web Services is very different. Before I'm looking at the performance of the Graph API and the other APIs, I first want to have a look at each API. The naming here is alread [...]
https://bit.ly/42BKnC8 #API #connector #SharePoint #action #Graph
Source: Microsoft Tech Community ITOps Talk Blog
#graphapi #restapi #webservices #API #Connector #SharePoint #action #graph
Referenced link: https://hackernoon.com/leveraging-the-richness-of-http-status-codes
Discuss on https://discu.eu/q/https://hackernoon.com/leveraging-the-richness-of-http-status-codes
Originally posted by HackerNoon | Learn Any Technology / @hackernoon: http://nitter.platypush.tech/hackernoon/status/1651541730670288896#m
If you're not a REST expert, you probably use the same HTTP codes over and over in your responses, mostly 200, 404, and 500. - https://hackernoon.com/leveraging-the-richness-of-http-status-codes #rest #restapi
The learning journey continues! Today is Day 40 of Round 3 of the #100DaysOfCode challenge for me.
This week I accomplished the following:
- Applied to 6 different front-end developer jobs
- Completed my first app that uses a REST API: the Color Scheme Generator
- Demo: https://ananfito.github.io/color-scheme-generator
- Repo: https://github.com/ananfito/color-scheme-generator
- Published a blog post about my experience of installing Ubuntu 22.04 to an external hard drive: https://ananfito.hashnode.dev/experimenting-with-linux
#100daysofcode #learningwebdev #linux #restapi #ubuntu
I check prices on certain #stocks from the command line using the #YahooFinance API. Yesterday afternoon this began failing with "Invalid Cookie" responses.
Looking for alternatives, a quick search turned up the https://api.tiingo.com/ data provider. The #RestAPI is easy to use and within a few hours I had my #Boron quote script updated to support Tiingo.
#stocks #yahoofinance #restapi #Boron
On the tipic of #RESTAPI, I propose a request header of "X-RETURN". This would tell the API only to return the fields you want back (can be use to w/sub objects too).
The Execute Query endpoint allows you to download data from Power BI Datasets. This is nothing new. Some of its limits can't be bypassed, and some can be, like the one for the number of retrieved values / rows.
Link: https://datameerkat.com/execute-query-endpoint-get-your-data-from-dataset
#powerbi #PowerAutomate #restapi
Check what Michał Matłoka has to say about that...
#api #rest #restapi
https://softwaremill.com/should-you-follow-rest-standards-how-apples-api-surprised-us/
Oops!... We did it again 🤷🏼♂️ We've open-sourced a helpful developer tool that eliminates the middleman and generates high quality #Golang clients directly from the #gRPC service definition.
Find out more on our blog: https://akuity.io/blog/akuity-grpc-gateway-client/
#golang #grpc #restapi #go #API #opensource
Theodo wants you to: Love HATEOAS (Hypermedia As The Engine Of Application State) with Symfony and API Platform. https://blog.theodo.com/2023/03/hateoas_for_api_platform/ #RESTAPI #PHP #APIPlatform #Symfony
#restapi #php #ApiPlatform #symfony
Bump.sh plays a key role in helping us publish always up-to-date API documentation says @memobank https://bump.sh/customers/memobank?utm_source=mastodon&utm_medium=social&utm_campaign=memobank_casestudy #apidocumentation #RESTAPI
I find myself re-writing this boilerplate code for all new projects I start. Hope this saves you some time in your next Go/Gin/Docker project!
https://github.com/tobyscott25/gin-air-docker-boilerplate
#go #golang #gin #air #docker #restapi #http #api #boilerplate #webdev #backend #containers #development
#development #containers #backend #webdev #boilerplate #api #http #restapi #docker #air #gin #Golang #go
Create #AzureBastion with Shareable Link support with #PowerShell and the #RestAPI.
Bastion Shareable Link lets users connect to virtual machines using Azure Bastion without accessing the Azure portal.
https://luke.geek.nz/azure/create-azure-bastion-with-shareable-link-support-with-powershell/
#azurebastion #powershell #restapi
If you are looking for a managed link/website/service #monitoring system, I do strongly suggest looking at updown.io. It’s pretty cheap, the look and feel is really 👍🏻. Integrations with SMS, #Telegram, Slack, etc. Check done from multiple locations at the same time to avoid false positives.
If you want to receive 100k free credits, join with the following link: https://updown.io/r/ch5vH
#monitoring #telegram #neteng #ipv6 #restapi
#radio stations #worldwide #directory mit #RestAPI
https://www.radio-browser.info/
gefunden im Vortrag "Wie hoert man heute Radio?"
#restapi #directory #worldwide #radio
Was sind wichtige Testszenarien, die speziell für Universal Windows Platform (UWP)-Anwendungen gelten?
Universal Windows Platform-Apps sind in Gerätefamilien gruppiert, die euch helfen, eine einzige App zu erstellen, die auf je
https://www.dev-crowd.com/2023/03/10/was-sind-wichtige-testszenarien-die-speziell-fuer-universal-windows-platform-uwp-anwendungen-gelten/
#Agile #Mocking #Mutation-Testing #Penetrationtest #RestAPI #TestEngineering #Testlink #Testsuites #UWD #Regressionstest #uwd
#agile #mocking #Mutation #PenetrationTest #restapi #TestEngineering #TestLink #Testsuites #uwd #Regressionstest
Can anyone help me with a #RestAPI question?
I am designing an API. I have a resource (a financial transaction) that requires an explicit authorisation process. The way to request authorisation is to POST to an /authorize endpoint on the resource.
What HTTP status code do I return in the case that authorisation is denied?
I can’t return 400, as the request is correct. 401 is reserved for not providing credentials. 403 is reserved for when the requesting party is not allowed to request authorisation. 404 for when the resource is not found. 405 for method not allowed…
Maybe a 406? A 409? A 412? A 422? What do people use for the semantics of “Request correctly submitted and valid but denied”? A 200 is definitely not the right answer.
Working with #Azure and the #AzurePolicy #RestAPI today and it feels unnecessary complicated to get a list of Policy Assignments and the associated Policy Definitions and Policy Set Definitions, which are further separated into builtin policies, custom policies and policies assigned at management group level. 🙈