-
Notifications
You must be signed in to change notification settings - Fork 1.2k
API endpoint
Gus edited this page Dec 27, 2017
·
13 revisions
Here are the following steps to document a new API endpoint:
- Create a new folder in
content/apiwith your endpoint name - Create a
code_snippetsfolder inside the previously created endpoint folder to store all your code examples - Create a
_index.mdfile that contains just the following parameter:
---
title: TITLE OF YOUR ENDPOINT
external_redirect: /api/
---