Go to file
Zero f71a9d917a Keep all docs in single .yml document
Keep all api docs in docs.yml, and render all docs to docs.md under
amino folder
2020-01-23 18:42:17 -05:00
amino Keep all docs in single .yml document 2020-01-23 18:42:17 -05:00
.gitignore Add some no-auth docs 2020-01-22 00:10:39 -05:00
README.md first commit 2020-01-21 17:06:35 -05:00

README.md

API-Docs

What is this?

This is a collection of .yml files that describe how to use apis. These aren't regular apis though, they're private interfaces that apps like amino and iFunny use. The docs were written based on logging api calls and observing how they behave. For any app / service added to this repo, it will be inside it's own folder, usually with a file called docs.yml. Docs will also be included, usually docs.md

Docs in this repo are generated with a tool called persim that I wrote. You can use it if you'd like, but I have not gotten around to writing a proper install script.