mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
Move API docs to the wiki
This commit is contained in:
parent
d5171109f5
commit
07c71750d5
2 changed files with 2 additions and 3132 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue