Document
Luna API
Write, Document, Publish
Save the API call documentation
Your can save the documentation of the api call or cancel to undo your changes.
The documentation will be stored in the apidocs table of the apidocsluna.db SQLite database.
Send the documentation definitions to your LunaAPI2Swagger project
You can send the API call documentation definition to your LunaAPI2Swagger program. This program will then use the definitions to generate the swagger.json file need for your swagger (OpenAPI 2.0) documentation website.
New calls will be added to your project, but for existing calls the documentation that existed within the LunaAPI2swagger project will be overwritten. The existing tests will not be overwritten, since changes to the api should not break your tests. You can always manually add tests to a call (for instance if you added a new queryparameter).