axm

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*client.Client

	// Imports for services
	DeviceManagement devicemanagement.DeviceManagementServiceInterface
	Devices          devices.DevicesServiceInterface
}

Client provides unified access to all Apple Business Manager API services

func NewClient

func NewClient(keyID, issuerID string, privateKey any) (*Client, error)

NewClient creates a new Apple Business Manager client

func NewClientFromEnv

func NewClientFromEnv() (*Client, error)

NewClientFromEnv creates a client using environment variables Expects: APPLE_KEY_ID, APPLE_ISSUER_ID, APPLE_PRIVATE_KEY_PATH

func NewClientFromFile

func NewClientFromFile(keyID, issuerID, privateKeyPath string) (*Client, error)

NewClientFromFile creates a client using private key from file

Directories

Path Synopsis
services

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL