# Functions
ErrBadRequest returns the default for an HTTP 400 BadRequest.
ErrConflict returns the default for an HTTP 409 Conflict.
ErrEventsQueryTimeout returns the default for a GetEvents (and related) request that took too long.
ErrForbidden returns the default for an HTTP 403 Forbidden.
ErrInternalServerError returns the default for an HTTP 500 InternalServerError.
ErrMethodNotAllowed returns the default for an HTTP 405 Method Not Allowed.
ErrNotFound returns the default for an HTTP 404 NotFound.
ErrUnauthorized returns the default for an HTTP 401 Unauthorized.
ErrUnsupportedMediaType returns the default for an HTTP 415 UnsupportedMediaType.
No description provided by the author
# Constants
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
# Variables
No description provided by the author
# Structs
ContactResponse v1
The response object for an app contact.
DeleteAppEnvironmentVariableResponse v1
The response object for deleting an app environment variable.
DeleteDeviceEnvironmentVariableResponse v1
The response object for deleting a device environment variable.
DeleteDeviceFleetsRequest v1
The request object for removing a device from fleets.
DeleteFleetEnvironmentVariableResponse v1
The response object for deleting an fleet environment variable.
DevicePublicKey v1
A structure representing the public key for a specific device.
DeviceResponse v1
The response object for a device.
DFUEnv is the data structure passed to Notehub when DFU info changes.
DFUState is the state of the DFU in progress.
ErrorResponse v1
The structure returned from HTTPS API calls when there is an error.
FleetResponse v1
The response object for a fleet.
GenerateClientAppResponse v1
The response object for generating a new client app for a specific app.
GetAppEnvironmentVariablesResponse v1
The response object for getting app environment variables.
GetAppResponse v1
The response object for getting an app.
GetBillingAccountResponse v1
The response object for getting a billing account.
No description provided by the author
GetDeviceEnvironmentVariablesResponse v1
The response object for getting device environment variables.
GetDeviceEnvironmentVariablesWithPINResponse v1
The response object for getting device environment variables with a PIN.
GetDeviceHealthLogResponse v1
The response object for getting a device's health log.
GetDeviceLatestResponse v1
The response object for retrieving the latest notefile values for a device.
GetDeviceSessionsResponse is the structure returned from a GetDeviceSessions call.
GetDevicesPublicKeysResponse v1
The response object for retrieving a collection of devices' public keys.
GetDevicesResponse v1
The response object for getting devices.
GetEventsByCursorResponse v1
The response object for getting events by cursor.
GetEventsResponse v1
The response object for getting events.
GetEventsResponseSelectedFields v1
The response object for getting events with selected fields.
GetFleetEnvironmentVariablesResponse v1
The response object for getting fleet environment variables.
GetFleetsResponse v1
The response object for getting fleets.
GetProductsResponse v1
The response object for getting products.
HealthLogEntry v1
The response object for a health log entry.
Location v1
The response object for a location.
PostFleetRequest v1
The request object for adding a fleet for a project.
PostProductRequest v1
The request object for adding a product.
ProductResponse v1
The response object for a product.
ProvisionDeviceRequest v1
The request object for provisioning a device.
PutAppEnvironmentVariablesRequest v1
The request object for setting app environment variables.
PutAppEnvironmentVariablesResponse v1
The response object for setting app environment variables.
PutDeviceEnvironmentVariablesRequest v1
The request object for setting device environment variables.
PutDeviceEnvironmentVariablesResponse v1
The response object for setting device environment variables.
PutDeviceEnvironmentVariablesWithPINRequest v1
The request object for setting device environment variables with a PIN.
PutDeviceEnvironmentVariablesWithPINResponse v1
The response object for setting device environment variables with a PIN.
PutDeviceFleetsRequest v1
The request object for adding a device to fleets.
PutFleetEnvironmentVariablesRequest v1
The request object for setting fleet environment variables.
PutFleetEnvironmentVariablesResponse v1
The response object for setting fleet environment variables.
PutFleetRequest v1
The request object for updating a fleet within a project.
TowerInformation v1
The response object for tower information.
# Type aliases
No description provided by the author