add api documentation for directory api

This commit is contained in:
2018-07-04 22:46:51 +02:00
parent 53ffbeb5cd
commit 5c4c2528ae
11 changed files with 490 additions and 332 deletions

View File

@@ -17,9 +17,7 @@
don't require an API key. All methods which delete or modify a
resource <strong>do</strong> require an API key.
<br/>
<br/>
Though API keys have not been implemented yet, so you can't use
those methods yet.
API keys can be obtained from the login API.
</p>
<p>
Some JSON responses include fields which end in "_href" (some
@@ -46,6 +44,11 @@
{{template "api-list-post"}}
{{template "api-list-get"}}
<h2>Directory Methods</h2>
{{template "api-directory-path-post"}}
{{template "api-directory-path-get"}}
{{template "api-directory-path-delete"}}
{{template "footer"}}
</div>
{{template "analytics"}}