Skip to content

Commit 28fcb39

Browse files
LaptseuLaptseu
Laptseu
authored and
Laptseu
committed
added more exmples to README
1 parent 60eee5b commit 28fcb39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ An alternative http header name for the token can be set by passing in the alter
4343
client.inject_token('very-long-and-secure-token','x-api-key')
4444
```
4545

46+
If you need more options for headers use
47+
48+
```py
49+
client.inject_headers({'your_custom_header_name' : 'your_custom_header_value' ,
50+
'your_custom_header_name_2' :'your_custom_header_value_2'})
51+
```
52+
4653
## License
4754

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

0 commit comments

Comments
 (0)