# Functions
Accounts returns a list of account the current user has access to.
Application returns detailed information about a given application.
ApplicationCreate creates an application on the Section platform.
ApplicationDelete deletes an application on the Section platform.
ApplicationEnvironmentModuleUpdate updates a module's configuration.
ApplicationEnvironments returns environment information for a given application.
ApplicationEnvironmentStack returns the stack for a given application and environment.
ApplicationLogs returns a module's logs from Section's delivery platform.
Applications returns a list of applications on a given account.
ApplicationStatus returns a module's current status on Section's delivery platform.
BaseURL returns a URL for building requests on.
CurrentUser returns details for the currently authenticated user.
Domains returns a list of an account's domains.
DomainsRenewCert handles renewing a certificate for a given account and domain.
Stacks returns the available deployable stacks.
# Variables
ErrApplicationAlreadyCreated indicates an app has already been created with that FQDN.
ErrAuthDenied represents all authentication and authorization errors.
ErrStatusBadRequest indicates the request was malformed.
ErrStatusForbidden (403) indicates that the server understood the request but refuses to authorize it.
ErrStatusInternalServerError indicates the server errored when handling your request.
ErrStatusNotFound indicates the requested resource was not found.
ErrStatusUnauthorized (401) indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.
ErrSystemLimitExceeded indicates you have hit a soft limit on your account.
PrefixURI is the root of the Section API.
Timeout specifies a time limit for requests made by the API client.
Token is the token for authenticating to the Section API.
# Structs
Account represents an account on Section.
App represents an application deployed on Section.
ApplicationCreateResponse represents an API response for application create requests.
ApplicationDeleteResponse respresents an API response for application delete requests.
AppLogs represents the logs from an application deployed on Section.
AppStatus represents the status of an application deployed on Section.
Domain represents an applications environments' domains.
DomainsResponse represents an API response to GET /account/{accountId}/domains.
Environment represents an application's environments on Section.
EnvironmentUpdateCommand is a blah.
Module represents a proxy in the traffic delivery stack.
RenewCertResponse represents an API response to POST /account/{accountId}/domain/{hostName}/renewCertificate.
Stack represents a deployable application stack on Section.
User represents a user account known to Section.