Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ result = client.execute('''
print(result)
```

### Authorization

Authorization tokens can be added to the request using the client's `inject_token` method:

```
client.inject_token('very-long-and-secure-token')
```

## License

[MIT License](http://opensource.org/licenses/MIT)
[MIT License](http://opensource.org/licenses/MIT)