We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c147b commit 5dc8d89Copy full SHA for 5dc8d89
README.md
@@ -91,28 +91,7 @@ client = Riza()
91
response = client.command.exec(
92
code='print("Hello world!")',
93
language="python",
94
- http={
95
- "allow": [
96
- {
97
- "auth": {
98
- "basic": {
99
- "password": "password",
100
- "user_id": "user_id",
101
- },
102
- "bearer": {"token": "token"},
103
- "header": {
104
- "name": "name",
105
- "value": "value",
106
107
- "query": {
108
- "key": "key",
109
110
111
112
- "host": "host",
113
- }
114
- ]
115
+ http={},
116
)
117
print(response.http)
118
```
0 commit comments