HTTP API requests There four basic HTTP requests a client can make are: GET: To retrieve a resource.POST: To create a new resource.PUT: To edit or update an existing resource.DELETE: To delete a resource.
Category: API’s
API Tools
Swagger Swagger offer tools for API development, including a developer API test page you can add to your website https://swagger.io Postman Postman is an API platform for developers to design, build, test and iterate their APIs. https://www.postman.com
Getting posted data
Write json POST to a file in API handler so you can view it
See curl for POST, GET, etc examples
/cloud/category/php/curl