An API development tool
Built on Electron (basically a browser)
REST is acronym for REpresentational State Transfer.
IDX Brokers API is RESTful.
What we care about is that the API uses the normal http codes the same way a browser does
postman supports more methods
json
{
"String":"text",
"int":123
}Url Params
Data Payload
Set the environment
This is where we set variables to use
Get a collection
This is where we store endpoints to use
Supporting an API
WordPress
Zapier
CRMs
http GET
REST Requests
source code
json data
Identify need API calls
Use postman to make API calls
Verify return is valid
Verify Data is present