API doc deployments - terrytaylorbonn/auxdrone GitHub Wiki
25.0318 Doc URLs Stack URLs Lab notes (Gdrive), Git
The basic idea of this page is to list (and demo) various methods for publishing API docs
- in web
- as collections (or other types of files)
But NOT using proprietary publishing tools, rather using React, Vue, etc to
- extract or import proprietary source files (swagger, postman, yaml swagger, etc)
- format (using JS) and publish (tailwindcss)
All the while using GPT/Copilot etc to do the low level code as much as possible.
TOC
- 0 display on website pages
- 0-4 extract from embedded swagger and display on website pages
- 0-5 extract from source and display on website pages
- 0-6 put swagger into webpage
- 0-6b extract from postman collections?
- 0-7 display markdown file?
- 1 Provide a collection
- 2 Publish Postman API docs (ziptieai.com subdomain)
2 Publish Postman API docs (ziptieai.com subdomain)
See #288.