Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateAPIKeyRequest ¶
CreateAPIKeyRequest is the request body for the create api key endpoint.
type CreateAPIKeyResponse ¶
type CreateAPIKeyResponse struct { APIKey string `json:"apikey"` ExpiresAt *time.Time `json:"expires_at"` }
CreateAPIKeyResponse is the response body for the create api key endpoint.
type LoginRequest ¶
LoginRequest is the request body for the login endpoint.
Click to show internal directories.
Click to hide internal directories.