Go to file
Zero f2740efa46 Begin no-auth docs
Begin no-auth docs, which cover api endpoints naturally called when
signed out of the amino app
2020-01-22 18:46:47 -05:00
amino Begin no-auth docs 2020-01-22 18:46:47 -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.