Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katoneko authored Sep 26, 2016
1 parent b664dba commit 5552f39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before doing any calls to the API you must authenticate a user first so the syst
A method to do it is provided:

`auth_user(token, username)`
* token - your gamejolt token(NOT your password)
* token - your gamejolt token (NOT your password)
* username - your gamejolt username, duh

Now you can use other api methods. The api allows you to fetch user's information like their username, description and so on. You can use on of two provided methods:
Expand Down Expand Up @@ -83,3 +83,7 @@ A list of the scoreboards can be fetched with this method:
### Data store

Right now I haven't implemented these features yet, they will be available very soon.

### How to parse the API responses?

API responses use the json format and are not pre-parsed or modified before sending them with the signals so the Dictionary class can be used to parse them.

0 comments on commit 5552f39

Please sign in to comment.