# Functions
GetInstance returns the singleton instance of ApiDecoratorService.
NewHttpClient initializes and returns a new Client instance.
NewHttpRequest NewRequest initializes a new request.
NewRequestContext creates a new instance of RequestContext.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ApiDecoratorService is a singleton service for managing and applying decorators.
Client struct for HTTP client.
ICollectionType represents a collection type with results and paging.
IForwardPaging represents forward paging information.
INextPage represents the next page in pagination.
No description provided by the author
Options IHttpOptions struct for HTTP options.
Request struct for HTTP request.
RequestContext implements the IRequestContext interface.
Response HttpResponse struct to encapsulate the response details.
# Interfaces
IAPIType defines an interface for API interactions.
IRequestContext defines the interface for setting header parameters and agents.
# Type aliases
No description provided by the author
No description provided by the author
Headers type for headers map.