Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Generate API docs for KOA Based server

I am having a KOA based server. now i want to generate API docs for the server. Is there any tools for auto generating API Docs

like image 396
Amit Mourya Avatar asked Oct 19 '22 02:10

Amit Mourya


1 Answers

You can use apiDoc or JSDoc. Both of these libraries create a documentation from your annotations.

like image 194
Arda Keskiner Avatar answered Oct 24 '22 09:10

Arda Keskiner