You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
427 B
22 lines
427 B
11 years ago
|
Users and Tokens
|
||
|
=================
|
||
|
|
||
|
Token
|
||
|
------
|
||
|
|
||
|
All requests require an access token to be valid. The token is valid for a
|
||
|
whole day and, unless you don't have the access token or it expired, you
|
||
|
should use this request to get a valid token:
|
||
|
|
||
|
.. autoflask:: luncho.server:app
|
||
|
:blueprints: token
|
||
|
:undoc-endpoints: static
|
||
|
|
||
|
|
||
|
Users
|
||
|
------
|
||
|
|
||
|
.. autoflask:: luncho.server:app
|
||
|
:blueprints: users
|
||
|
:undoc-endpoints: static
|