July 2018
Intermediate to advanced
420 pages
8h 46m
English
Let's take a break and tackle an extremely important topic in the development of RESTful applications: documentation on how to use the API endpoints.
Although we have not created any controller or route to be able to view the data of our API in the browser, we will introduce a new tool that will help us develop our frontend application, called the Swagger framework.
Swagger is an open source language-agnostic framework for describing, documenting, consuming, and visualizing REST APIs.
It is very common today to use public and private APIs for creating frontend web applications, and we are familiar with several APIs, such as Twitter, LinkedIn, and many others.
Documenting your application is an ...
Read now
Unlock full access