Tag Archives: api
Using Environments in Postman
Planets and Webhooks: a simple Flask app
GET
endpoints to return JSON data, and another endpoint to receive and log incoming webhook data. Continue reading Teach Your API Test Platform to Send Callbacks
Using Config Files with Ngrok
You can use a central config file for ngrok, and/or specific config files for each project. I use both, so I’ll show you around my setup. Continue reading
Relative Links with IBM Cloud API Gateway
Login and Switch Spaces With Bluemix CLI
Testing API calls in PHP with Guzzle Mocks
Recover Bitly Bundle Data
It turns out, it’s an undocumented feature on their API, so here is everything I know about recovering your bundle data, including the script I used to rescue my own data. Continue reading
What Does URI Stand For?
Instead, the API publishes each record with a unique uri
field. If this record is referred to by another record, then this full identifier will be used in every case. If this record should be included in a collection, this exact same identifier will be used there, too. You can reach the resource directly by requesting its URI. In the same way that we might refer to a website by its URL, we refer to records in RESTful systems by their URI*. If you need to store these somewhere for your own use, you can use whatever key you like with the local storage, you may even choose to use the uri
field as it is unique.
* URI stands for Unique Resource Identifier