Difference between revisions of "API"
(Skeleton) |
|||
Line 1: | Line 1: | ||
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]]. | 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. | ||
+ | |||
+ | Last updated at datetime |
Revision as of 11:00, 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.
Last updated at datetime