The OpenAPI Specification (formerly Swagger) let us “create the RESTful contract for your API, detailing all of its resources and operations in a human and machine-readable format for easy development, discovery, and integration.” So, using Swagger, we can specify how our API will look, which operations we can perform on it, the expected parameters or payloads, and the format of the responses of the operations.
By having a way to define the contracts, it gives us the ability to quickly design an API and, from this design, prototype it without creating any real backend. https://goo.gl/bKSDyt #DataIntegration #ML
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)