Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Sep 14, 2015
1 parent 79573d3 commit 2526250
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ The platform class performs token refresh procedure automatically if needed. To
# Retrieve and save access token when program is to be stopped:

token_hash = sdk.platform.token.to_hash
```

After you have saved the token hash, e.g. as JSON, you can reload it in another instance of the SDK as follows:

Expand Down Expand Up @@ -212,6 +213,12 @@ response = client.post do |req|
end
```

## Versioning

This project is currently in development and the API can change. During development (Version 0.x.x), versioning a minor version change indicates backward incompatibility.

Once the project is version 1.0.0 or above, it will use [semantic versioning](http://semver.org/).

## Change Log

See [CHANGELOG.md](CHANGELOG.md)
Expand Down

0 comments on commit 2526250

Please sign in to comment.