Module rest_utils

Source
Expand description

REST API utilities for HTTP client operations REST API utility functions for exchange integrations

Structs§

RestConfig
Configuration for REST API connections

Functions§

create_client
Create a new HTTP client with default settings
current_timestamp_ms
Get current timestamp in milliseconds
get_request
Make a GET request and deserialize the response
parse_json
Parse a JSON response from text
post_request
Make a POST request with JSON body