package
0.6.6
Repository: https://github.com/cygy/ginamite.git
Documentation: pkg.go.dev

# Functions

AddResponseHandlers : adds some response handlers to the current response handlers.
Initialize : initializes the client to the internal API.
NewCache : returns a new 'Cache' struct.
NewClient : returns a new API client struct.
NewRequest : returns a Request struct.

# Constants

DELETE http method.
GET http method.
HEAD http method.
OPTIONS http method.
PATCH http method.
POST
POST http method.
PUT http method.

# Variables

Main : main API client of the application.
MainCache : main cache for the results of some API calls.

# Structs

Cache : cached results of some API calls.
CachedValue : cached result of a API call.
Client : client of an API.
Request : request of an API call.
Result : result of an API call.
Status : result of an API call.

# Type aliases

ResponseHandlerFunc : handler for the API responses.