(HyperApiClient) The client to use for the request
(LicenseBodyCreate) The body of the license to create
HyperApiResponse
(HyperApiClient) The client to use for the request
(string) The key of the license to delete
HyperApiResponse
(HyperApiClient) The client to use for the request
(string) The key of the license to fetch
HyperApiResponse
(number) The maximum number of licenses per page (capped at 100).
(number) The page number to fetch. Defaults to 1.
HyperApiPaginatedResponse
(HyperApiClient) The client to use for the request
(string) The key of the license to update
(LicenseBodyUpdate) An object with the updated key/value pairs provided
HyperApiResponse
(HyperApiClient) The client to use for the request
(string) The key of the license to update
(LicenseMetadataUpdate) An object with key/value pairs provided, where values are provided only as strings.
HyperApiResponse
Generated using TypeDoc
Creates a license, given a plan and email. Called asynchronously with
await
. All data is provided as-is from the server, with the addition of anok
boolean for error handling.https://docs.hyper.co/reference/create-license