You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,14 @@ Authorization tokens can be added to the request using the client's `inject_toke
35
35
```py
36
36
client.inject_token('very-long-and-secure-token')
37
37
```
38
-
which defaults to http header name 'Authorization'. An alternative http header name for the token can be set by passing in the alternative header name, e.g. for 'x-api-key':
38
+
39
+
which defaults to http header name `Authorization`.
40
+
An alternative http header name for the token can be set by passing in the alternative header name, e.g. for `x-api-key`:
0 commit comments