Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sanko/Robinhood
Browse files Browse the repository at this point in the history
  • Loading branch information
sanko committed Mar 10, 2017
2 parents e6aff42 + 24f2466 commit 7ca473b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Every client that [logs in](#log-in) with your username/password is given the sa
```
curl -v https://api.robinhood.com/api-token-logout/ \
-H "Accept: application/json" \
-H "Authorization: Token a9a7007f890c790a30a0e0f0a7a07a0242354114"
-H "Authorization: Token a9a7007f890c790a30a0e0f0a7a07a0242354114" \
-d ""
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The HTTPS protocol is used to access the Robinhood API. Transactions require sec
Calls to API endpoints make use of two different levels of authentication:

1. **None**: No authentication. Anyone can query the method.
2. **Token**: Requires an authorization token generated with a call to [log in](Authenticatin.md#log-in).
2. **Token**: Requires an authorization token generated with a call to [log in](Authentication.md#logging-in).

Calls which require no authentication are generally informational ([quote gathering](Quote.md#quote-methods), [securities lookup](#instrument-methods), etc.).

Expand Down

0 comments on commit 7ca473b

Please sign in to comment.