add api authentication
This commit is contained in:
@@ -42,6 +42,8 @@ h1. Authentication
|
||||
|
||||
All API calls must be authenticated. You can pass in two parameters: login and api_key. For legacy users, password_hash using the old salted SHA1 hashed password is also supported. Your API key is equivalent to your bcrypted password hash, which is stored in your cookies as password_hash. You can discover your API key by visiting your user profile. Your API key is intended to be a secret so you should not publicly distribute it.
|
||||
|
||||
You can also authenticate via HTTP Basic Authentication using your user name and API key.
|
||||
|
||||
Basic members can make 3,000 requests an hour. Gold members can make 10,000 requests an hour. Platinum members can make 20,000 requests an hour.
|
||||
|
||||
h1. Posts
|
||||
|
||||
Reference in New Issue
Block a user