Documentation
¶
Index ¶
- func CacheFirst(objCache cache.ObjectCache, retrieveFunc RetrieveFunc) (string, error)
- func CheckResult(result Result, url string, request ...any) error
- func Get[RESULT any](url string, request ...any) (RESULT, error)
- func Post[RESULT any](url string, request ...any) (RESULT, error)
- func PostResponse(url string, request ...any) ([]byte, error)
- type API
- type AccessTokenResult
- type Result
- type RetrieveFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheFirst ¶
func CacheFirst(objCache cache.ObjectCache, retrieveFunc RetrieveFunc) (string, error)
Types ¶
type AccessTokenResult ¶
type RetrieveFunc ¶
Click to show internal directories.
Click to hide internal directories.