Documentation
¶
Index ¶
Constants ¶
View Source
const ( APIDomain = "api.ramp.com" APIPath = "developer" APIVersion = "v1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*uhttp.BaseHttpClient
TokenSource oauth2.TokenSource
}
func (*Client) ListUsers ¶
func (c *Client) ListUsers(ctx context.Context, pagination string) (*UsersResponse, *v2.RateLimitDescription, error)
type UsersResponse ¶
Click to show internal directories.
Click to hide internal directories.