Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessTokenResponse ¶
type Config ¶
type SellingPartner ¶
type SellingPartner struct {
// contains filtered or unexported fields
}
func NewSellingPartner ¶
func NewSellingPartner(cfg *Config) (*SellingPartner, error)
func (*SellingPartner) RefreshCredentials ¶
func (s *SellingPartner) RefreshCredentials() error
func (*SellingPartner) RefreshToken ¶
func (s *SellingPartner) RefreshToken() error
func (*SellingPartner) SignRequest ¶
func (s *SellingPartner) SignRequest(r *http.Request) error
Click to show internal directories.
Click to hide internal directories.