Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultOAuthTokenEndpoint = "https://appleid.apple.com/auth/oauth2/v2/token" DefaultJWTAudience = "appstoreconnect-v1" )
OAuth 2.0 / JWT Authentication endpoints and configuration
View Source
const ( EndpointSubmissions = APIVersionV2 + "/submissions" EndpointLogs = "/logs" )
Endpoint path constants for the Apple Notary API
View Source
const (
APIVersionV2 = "/notary/v2"
)
API version prefix
View Source
const (
ApplicationJSON = "application/json"
)
MIME type constants for HTTP headers
View Source
const (
DefaultBaseURL = "https://appstoreconnect.apple.com"
)
API base URL
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.