.API’s general

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.

Read More

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

Read More