Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Vue Enterprise > Lesson 46

Documenting the API

In this video, we're going to start documenting our server source code so that apiDoc can generate the content for our API documentation website.

Where to document the API

The purpose of our documentation is to describe the endpoints of our API, including the URL, HTTP method, the request parameters required, the response to expect, and so on.

All this information will need to be specified in doc blocks in our source code. So where do we put all that?


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom