Categorygithub.com/samtech09/apiclient
modulepackage
1.0.33
Repository: https://github.com/samtech09/apiclient.git
Documentation: pkg.go.dev

# Structs

API - provide functions to call APIs using GET, POST, PUT, DELETE methods to any API.
APIResult is structured response returned from APIs developed by samtech09.
JwtAPI provide functions to call JWT protected APIs by setting Access-Token in request Authorization header.
Token is returned after successfull request to token or refreshtoken endpoints.
TokenRequest is used to pass credential to auth-server to get new token.