Document
Luna API
Write, Document, Publish
Start LunaAPIDocGen: (https://github.com/eurog33k/LunaAPIDocGen)
This program is used to document API calls and translate them into JSON so that we can transfer the documentation definition to the project that will do the Unit Tests and generate our swagger.json file (LunaAPI2Swagger)
• Select the version of the API you want to create documentation for.
• Select the HTTP Method of the API call you want to document
Only GET, POST, PUT and DELETE are available due to the fact that API2Swagger which was used as the base for this documentation generator does not support the PATCH method