# Functions
GetNumPage returns the total number of pages for a given total number of items and their maximum number per page.
GetPaginationOffsets returns the minimum and maximum offset of a specific page.
GetPaginationQueryParams returns the query params map to request a pagination.
FastHttpClient constructor.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
FastHttpClient is a fasthttp.FastHttpClient wrapper to dialog with a JSON API.
Response is a fasthttp.Response wrapper.
# Interfaces
Client interface defines the methods a concrete client must implement.