Module util

Module util 

Source
Expand description

Utility functions for API operations.

Enums§

AuthRequired
Marker struct used for endpoints that require authentication. It will be included in the request’s extensions to signal to the middleware that authentication is required.
ContentType
Content types supported by the API client.

Functions§

parse_deep_object
Parses a deep object (nested JSON) into flat query parameters.
urlencode
URL-encodes a string for use in query parameters.