Skip to content

Commit 5dc8d89

Browse files
chore(docs): remove unnecessary param examples
1 parent e7c147b commit 5dc8d89

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -91,28 +91,7 @@ client = Riza()
9191
response = client.command.exec(
9292
code='print("Hello world!")',
9393
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-
"value": "value",
110-
},
111-
},
112-
"host": "host",
113-
}
114-
]
115-
},
94+
http={},
11695
)
11796
print(response.http)
11897
```

0 commit comments

Comments
 (0)