Skip to content

Commit

Permalink
Sub-headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jul 20, 2015
1 parent 090b94e commit 505676d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/api-design.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Apinf API Design
This document contains the design overview for the Apinf Administrative API.

# URL Route
## URL Route
The Apinf Administrative API will be designated by the `/api/` URL route:

```
https://apinf.com/api/.../
```

# Versioning
## Versioning
The Apinf API will change over time. As such, we will use a numbered versioning scheme. Versions will be indicated by integers, starting with **1**. Version numbers will be located in the project URL, such as:

```
Expand Down

1 comment on commit 505676d

@brylie
Copy link
Contributor Author

@brylie brylie commented on 505676d Jul 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related #159

Please sign in to comment.