Ask a question to get started
Enter to sendā¢Shift+Enter new line
make_request( method: str, url: str, headers: dict, payload: Optional
method
str
HTTP method (GET, POST, PUT, DELETE, etc.).
url
URL for the request.
headers
dict
Headers for the request.
payload
Optional[dict]
None
timeout
int
20
Make a request to the Pebblo server/cloud API.
Payload for the request (for POST, PUT, etc.).
Timeout for the request in seconds.