Documentation
¶
Index ¶
- func GetQuery(client *fiber.Client, parsedUrl *url.URL, offset string, sortBy *SortBy) ([]byte, error)
- func ListAll[T any](site string, sortBy *SortBy, ...) ([]T, error)
- func ListAllOfId[T any](site, id string, sortBy *SortBy, ...) ([]T, error)
- func ResultWithOffset[R any](result []R, offset, nextOffset string) ([]R, string, error)
- func Site() string
- func Token() string
- func UseSite(site string)
- func UseToken(token string)
- type SortBy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListAllOfId ¶
func ResultWithOffset ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.