...

/

Documenting Our API

Documenting Our API

An overview of why documentation is important, existing approaches to it, and the one we will be using.

Do we need documentation?

We have to tackle one missing point: We have to document our API.

But isn’t the code documentation enough?

No, it is not! Leaving the issues of properly documented code aside, we will concentrate on documenting the API.

The de facto standard in our days seems to be using Swagger for this. To keep things simple, we will stick to it. Besides that, it won’t hurt to have some documentation in text form (a small file could be enough), which should explain the quirks of our API. ...

Why do we need documentation?

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy