# Packages

No description provided by the author
No description provided by the author

# Functions

New instantiates a new API.

# Variables

ErrDateMalformed indicates that the date format does not comply with YYYY-MM-DD.
ErrInvalidFilter indicates that there is a conflict between specified params for the filter.
ErrPageMalformed indicates that the page requested is not an integer larger than 0.
ErrPageNotFound indicates that the page requested does not exist.
ErrSizeMalformed indicates that the size requested is not an integer larger than 0.
ErrSizeTooLarge indicates that the size requested is larger than the maximum allowed.

# Structs

API holds the storage interface and related methods.
Options holds the configurations options for the API.
Pagination holds response pagination information.