Difference between revisions of "API"
(Skeleton) |
(→API Routes) |
||
Line 16: | Line 16: | ||
This table contains all the methods and URLs that the API currently supports. For more information on using a particular route, simply go through to that route's page. | This table contains all the methods and URLs that the API currently supports. For more information on using a particular route, simply go through to that route's page. | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |+API Routes | ||
+ | |- | ||
+ | |Route | ||
+ | |Description | ||
+ | |Requires Auth? | ||
+ | |- | ||
+ | |GET / | ||
+ | |Returns the version of the API | ||
+ | |No | ||
+ | |} | ||
Last updated at datetime | Last updated at datetime |
Revision as of 11:09, 25 April 2016
This page deals with the new-format REST API being developed as part of SoFurry NEXT. For documentation on the current "v3" API, please see SoFurry_REST_APIs.
About the API
The api runs on lumen, is classic json/rest, at the domain name api.sofurrybeta.com. It should always be accessed over HTTPS.
Making a simple API request
GET request sample
Authentication
POST for login to create a session, get a token
API Routes
This table contains all the methods and URLs that the API currently supports. For more information on using a particular route, simply go through to that route's page.
Route | Description | Requires Auth? |
GET / | Returns the version of the API | No |
Last updated at datetime