Move API docs to the wiki

This commit is contained in:
JonnyWong16 2020-10-12 12:53:16 -07:00
parent d5171109f5
commit 07c71750d5
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 2 additions and 3132 deletions

3131
API.md

File diff suppressed because it is too large Load diff

View file

@ -555,8 +555,7 @@ class API2(object):
def _api_make_md(self): def _api_make_md(self):
""" Tries to make a API.md to simplify the api docs. """ """ Tries to make a API.md to simplify the api docs. """
head = '''# API Reference\n head = '''## General structure
## General structure
The API endpoint is The API endpoint is
``` ```
http://IP_ADDRESS:PORT + [/HTTP_ROOT] + /api/v2?apikey=$apikey&cmd=$command http://IP_ADDRESS:PORT + [/HTTP_ROOT] + /api/v2?apikey=$apikey&cmd=$command