# Functions
Constructs a new response for an error or returns unsuccessful.
No description provided by the author
No description provided by the author
New creates a new API v1 client that implements the Tenant Client interface.
NotAllowed returns a JSON 405 response for the API.
NotFound returns a JSON response for the API.
ReplyQuarterdeckError returns a JSON response for a Quarterdeck error by attempting to decode a generic error into a StatusError.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
APIv1 implements the TenantClient interface.
No description provided by the author
Confirmation allows APIs to protect users from unintended actions such as deleting data by including a confirmation token in the request.
ContactInfo allows users to sign up for email notifications from SendGrid and is specifically used to allow users to request Ensign Private Beta access.
No description provided by the author
FieldValidationError represents a validation error for a specific field, when the frontend needs to know which field is in error, and includes the name of the field and the index if the field is a list along with the error string.
No description provided by the author
No description provided by the author
ID must be omitempty so that project owners can be updated on patch.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Omitempty should be set on all fields to make sure the project patch endpoints only parse fields that were provided in the JSON request.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Reply contains standard fields that are used for generic API responses and errors.
No description provided by the author
No description provided by the author
Returned on status requests.
StatValue contains a value for a named statistic which is meant to support a variety of statistics endpoints.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
ClientOptions allows us to configure the APIv1 client when it is created.
No description provided by the author