ArchAstro. SDK. V1. PrivateServices
(archastro v0.3.2)
Copy Markdown
PrivateService API resource.
Summary
Functions
@spec create( ArchAstro.SDK.Client.t(), ArchAstro.SDK.Types.Operations.PostApiV1PrivateServices.Input.t() ) :: {:ok, ArchAstro.SDK.Types.PrivateService.t()} | {:error, ArchAstro.SDK.Error.reason()}
Create a private service
Creates one immutable private service in the selected organization.
The newly created private service.
get(client, private_service_id, params \\ %ArchAstro.SDK.Types.Operations.GetApiV1PrivateServicesPrivateServiceId.Params{})
@spec get( ArchAstro.SDK.Client.t(), String.t(), ArchAstro.SDK.Types.Operations.GetApiV1PrivateServicesPrivateServiceId.Params.t() ) :: {:ok, ArchAstro.SDK.Types.PrivateService.t()} | {:error, ArchAstro.SDK.Error.reason()}
Retrieve a private service
Successful response
@spec list( ArchAstro.SDK.Client.t(), ArchAstro.SDK.Types.Operations.GetApiV1PrivateServices.Params.t() ) :: {:ok, ArchAstro.SDK.Types.PrivateServicePage.t()} | {:error, ArchAstro.SDK.Error.reason()}
List private services
Successful response