Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArkPCloudAPI ¶
type ArkPCloudAPI struct {
// contains filtered or unexported fields
}
ArkPCloudAPI is a struct that provides access to the Ark PCloud API as a wrapped set of services.
func NewArkPCloudAPI ¶
func NewArkPCloudAPI(ispAuth *auth.ArkISPAuth) (*ArkPCloudAPI, error)
NewArkPCloudAPI creates a new instance of ArkPCloudAPI with the provided ArkISPAuth.
func (*ArkPCloudAPI) Accounts ¶
func (api *ArkPCloudAPI) Accounts() *accounts.ArkPCloudAccountsService
Accounts returns the Accounts service of the ArkPCloudAPI instance.
func (*ArkPCloudAPI) Safes ¶
func (api *ArkPCloudAPI) Safes() *safes.ArkPCloudSafesService
Safes returns the Safes service of the ArkPCloudAPI instance.
Click to show internal directories.
Click to hide internal directories.