We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4f4ec commit 4d70592Copy full SHA for 4d70592
1 file changed
README.rst
@@ -65,7 +65,7 @@ Here is a quick example:
65
66
import python_http_client
67
68
- global_headers = {"Authorization": "Basic XXXXXXX"}
+ global_headers = {"Authorization": "Bearer XXXXXXX"}
69
client = Client(host='base_url', request_headers=global_headers)
70
client.your.api._(param).call.get()
71
print(response.status_code)
@@ -78,7 +78,7 @@ Here is a quick example:
78
79
80
81
82
83
query_params = {"hello":0, "world":1}
84
request_headers = {"X-Test": "test"}
0 commit comments