Documentation
¶
Index ¶
- type AccountData
- type AccountVariableData
- type AndroidAppBuildCredentialsData
- type AndroidAppCredentialsData
- type AndroidKeystoreData
- type AppBuildCredentialsData
- type AppCredentialsData
- type AppData
- type AppStoreApiKeyData
- type AppVariableData
- type AppleAppIdentifierData
- type AppleCertificateData
- type AppleTeamData
- type CreateAccountVariableData
- type CreateAndroidAppBuildCredentialsData
- type CreateAndroidAppCredentialsData
- type CreateAndroidKeystoreData
- type CreateAppBuildCredentialsData
- type CreateAppCredentialsData
- type CreateAppData
- type CreateAppVariableData
- type CreateAppleAppIdentifierData
- type CreateAppleTeamData
- type CreateFCMKey
- type CreateProvisioningProfileData
- type EASClient
- type EnvironmentVariableData
- type GetAccountVariableData
- type GetAndroidAppBuildCredentialsData
- type GetAndroidAppCredentialsData
- type GetAppBuildCredentialsData
- type GetAppCredentialsData
- type GetAppVariableData
- type GetByIdentifierAppStoreApiKeyData
- type GetByIdentifierAppleAppIdentifierData
- type GetByIdentifierAppleTeamData
- type GetByIdentifierPushKeyData
- type GetByNameAppVariableData
- type GetByProjectIdentifierGoogleServiceAccountKeyData
- type GetBySerialNumberAppleCertificateData
- type GetProvisioningProfileData
- type GoogleServiceAccountKeyData
- type MeData
- type ProvisioningProfileData
- type PushKeyData
- type UpdateAccountVariableData
- type UpdateAppCredentialsData
- type UpdateAppData
- type UpdateAppVariableData
- type UpdateAppleTeamData
- type UpdateEnvironmentVariableData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountData ¶
type AccountVariableData ¶ added in v1.31.0
type AccountVariableData = accountvariable.Data
type AndroidAppBuildCredentialsData ¶ added in v1.14.0
type AndroidAppBuildCredentialsData = androidappbuildcredentials.Data
type AndroidAppCredentialsData ¶ added in v1.13.0
type AndroidAppCredentialsData = androidappcredentials.Data
type AndroidKeystoreData ¶ added in v1.18.0
type AppBuildCredentialsData ¶ added in v1.8.1
type AppBuildCredentialsData = appleappbuildcredentials.Data
type AppCredentialsData ¶ added in v1.8.1
type AppCredentialsData = appleappcredentials.Data
type AppStoreApiKeyData ¶ added in v1.6.0
type AppStoreApiKeyData = appstoreapikey.Data
type AppVariableData ¶
type AppVariableData = appvariable.Data
type AppleAppIdentifierData ¶ added in v1.8.2
type AppleAppIdentifierData = appidentifier.Data
type AppleCertificateData ¶ added in v1.4.0
type AppleCertificateData = certificate.Data
type AppleTeamData ¶ added in v1.1.0
type CreateAccountVariableData ¶ added in v1.31.0
type CreateAccountVariableData = accountvariable.CreateData
type CreateAndroidAppBuildCredentialsData ¶ added in v1.14.0
type CreateAndroidAppBuildCredentialsData = androidappbuildcredentials.CreateData
type CreateAndroidAppCredentialsData ¶ added in v1.13.0
type CreateAndroidAppCredentialsData = androidappcredentials.CreateData
type CreateAndroidKeystoreData ¶ added in v1.18.0
type CreateAndroidKeystoreData = keystore.CreateData
type CreateAppBuildCredentialsData ¶ added in v1.8.1
type CreateAppBuildCredentialsData = appleappbuildcredentials.CreateData
type CreateAppCredentialsData ¶ added in v1.8.1
type CreateAppCredentialsData = appleappcredentials.CreateData
type CreateAppData ¶
type CreateAppData = app.CreateData
type CreateAppVariableData ¶
type CreateAppVariableData = appvariable.CreateData
type CreateAppleAppIdentifierData ¶ added in v1.8.2
type CreateAppleAppIdentifierData = appidentifier.CreateData
type CreateAppleTeamData ¶ added in v1.1.0
type CreateAppleTeamData = team.CreateData
type CreateFCMKey ¶ added in v1.16.0
type CreateFCMKey = fcmkey.CreateData
type CreateProvisioningProfileData ¶ added in v1.5.0
type CreateProvisioningProfileData = provisioningprofile.CreateData
type EASClient ¶
type EASClient struct {
Me me.Service
App app.Service
AppVariable appvariable.Service
Account account.AccountService
AccountVariable accountvariable.Service
Apple apple.Service
Android android.Service
}
EASClient capable of interacting with Expo EAS GraphQL API
func NewEASClient ¶
EASClient capable of interacting with Expo EAS GraphQL API
@token Expo Personal Access Token or Robot Access Token
type EnvironmentVariableData ¶ added in v1.31.0
type EnvironmentVariableData = environmentvariable.Data
type GetAccountVariableData ¶ added in v1.31.0
type GetAccountVariableData = accountvariable.GetData
type GetAndroidAppBuildCredentialsData ¶ added in v1.14.0
type GetAndroidAppBuildCredentialsData = androidappbuildcredentials.GetData
type GetAndroidAppCredentialsData ¶ added in v1.13.0
type GetAndroidAppCredentialsData = androidappcredentials.GetData
type GetAppBuildCredentialsData ¶ added in v1.8.1
type GetAppBuildCredentialsData = appleappbuildcredentials.GetData
type GetAppCredentialsData ¶ added in v1.8.1
type GetAppCredentialsData = appleappcredentials.GetData
type GetAppVariableData ¶ added in v1.6.3
type GetAppVariableData = appvariable.GetData
type GetByIdentifierAppStoreApiKeyData ¶ added in v1.6.3
type GetByIdentifierAppStoreApiKeyData = appstoreapikey.GeyByIdentifierData
type GetByIdentifierAppleAppIdentifierData ¶ added in v1.8.2
type GetByIdentifierAppleAppIdentifierData = appidentifier.GetByIdentifierData
type GetByIdentifierAppleTeamData ¶ added in v1.6.3
type GetByIdentifierAppleTeamData = team.GetByIdentifierData
type GetByIdentifierPushKeyData ¶ added in v1.12.0
type GetByIdentifierPushKeyData = pushkey.GeyByIdentifierData
type GetByNameAppVariableData ¶ added in v1.6.3
type GetByNameAppVariableData = appvariable.GetByNameData
type GetByProjectIdentifierGoogleServiceAccountKeyData ¶ added in v1.12.0
type GetByProjectIdentifierGoogleServiceAccountKeyData = googleserviceaccountkey.GetByProjectIdentifierData
type GetBySerialNumberAppleCertificateData ¶ added in v1.6.3
type GetBySerialNumberAppleCertificateData = certificate.GetBySerialNumberData
type GetProvisioningProfileData ¶ added in v1.6.3
type GetProvisioningProfileData = provisioningprofile.GetData
type GoogleServiceAccountKeyData ¶ added in v1.12.0
type GoogleServiceAccountKeyData = googleserviceaccountkey.Data
type ProvisioningProfileData ¶ added in v1.5.0
type ProvisioningProfileData = provisioningprofile.Data
type PushKeyData ¶ added in v1.12.0
type UpdateAccountVariableData ¶ added in v1.31.0
type UpdateAccountVariableData = accountvariable.UpdateData
type UpdateAppCredentialsData ¶ added in v1.11.0
type UpdateAppCredentialsData = appleappcredentials.UpdateData
type UpdateAppData ¶
type UpdateAppData = app.UpdateData
type UpdateAppVariableData ¶
type UpdateAppVariableData = appvariable.UpdateData
type UpdateAppleTeamData ¶ added in v1.1.0
type UpdateAppleTeamData = team.UpdateData
type UpdateEnvironmentVariableData ¶ added in v1.31.0
type UpdateEnvironmentVariableData = environmentvariable.UpdateData
Click to show internal directories.
Click to hide internal directories.