Giter VIP home page Giter VIP logo

appstore-connect-openapi-php's Introduction

OpenAPIClient-php

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This PHP package is automatically generated by the OpenAPI Generator project:

  • API version: 1.2
  • Build package: org.openapitools.codegen.languages.PhpClientCodegen

Requirements

PHP 5.5 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}

Then run composer install

Manual Installation

Download the files and include autoload.php:

    require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');

Tests

To run the unit tests:

composer install
./vendor/bin/phpunit

Getting Started

Please follow the installation procedure and then run the following:

<?php
require_once(__DIR__ . '/vendor/autoload.php');



// Configure Bearer (JWT) authorization: itc-bearer-token
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');


$apiInstance = new OpenAPI\Client\Api\AgeRatingDeclarationsApi(
    // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
    // This is optional, `GuzzleHttp\Client` will be used as default.
    new GuzzleHttp\Client(),
    $config
);
$id = 'id_example'; // string | the id of the requested resource
$age_rating_declaration_update_request = new \OpenAPI\Client\Model\AgeRatingDeclarationUpdateRequest(); // \OpenAPI\Client\Model\AgeRatingDeclarationUpdateRequest | AgeRatingDeclaration representation

try {
    $result = $apiInstance->ageRatingDeclarationsUpdateInstance($id, $age_rating_declaration_update_request);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling AgeRatingDeclarationsApi->ageRatingDeclarationsUpdateInstance: ', $e->getMessage(), PHP_EOL;
}

?>

Documentation for API Endpoints

All URIs are relative to https://api.appstoreconnect.apple.com

Class Method HTTP request Description
AgeRatingDeclarationsApi ageRatingDeclarationsUpdateInstance PATCH /v1/ageRatingDeclarations/{id}
AppCategoriesApi appCategoriesGetCollection GET /v1/appCategories
AppCategoriesApi appCategoriesGetInstance GET /v1/appCategories/{id}
AppCategoriesApi appCategoriesParentGetToOneRelated GET /v1/appCategories/{id}/parent
AppCategoriesApi appCategoriesSubcategoriesGetToManyRelated GET /v1/appCategories/{id}/subcategories
AppEncryptionDeclarationsApi appEncryptionDeclarationsAppGetToOneRelated GET /v1/appEncryptionDeclarations/{id}/app
AppEncryptionDeclarationsApi appEncryptionDeclarationsBuildsCreateToManyRelationship POST /v1/appEncryptionDeclarations/{id}/relationships/builds
AppEncryptionDeclarationsApi appEncryptionDeclarationsGetCollection GET /v1/appEncryptionDeclarations
AppEncryptionDeclarationsApi appEncryptionDeclarationsGetInstance GET /v1/appEncryptionDeclarations/{id}
AppInfoLocalizationsApi appInfoLocalizationsCreateInstance POST /v1/appInfoLocalizations
AppInfoLocalizationsApi appInfoLocalizationsDeleteInstance DELETE /v1/appInfoLocalizations/{id}
AppInfoLocalizationsApi appInfoLocalizationsGetInstance GET /v1/appInfoLocalizations/{id}
AppInfoLocalizationsApi appInfoLocalizationsUpdateInstance PATCH /v1/appInfoLocalizations/{id}
AppInfosApi appInfosAppInfoLocalizationsGetToManyRelated GET /v1/appInfos/{id}/appInfoLocalizations
AppInfosApi appInfosGetInstance GET /v1/appInfos/{id}
AppInfosApi appInfosPrimaryCategoryGetToOneRelated GET /v1/appInfos/{id}/primaryCategory
AppInfosApi appInfosPrimarySubcategoryOneGetToOneRelated GET /v1/appInfos/{id}/primarySubcategoryOne
AppInfosApi appInfosPrimarySubcategoryTwoGetToOneRelated GET /v1/appInfos/{id}/primarySubcategoryTwo
AppInfosApi appInfosSecondaryCategoryGetToOneRelated GET /v1/appInfos/{id}/secondaryCategory
AppInfosApi appInfosSecondarySubcategoryOneGetToOneRelated GET /v1/appInfos/{id}/secondarySubcategoryOne
AppInfosApi appInfosSecondarySubcategoryTwoGetToOneRelated GET /v1/appInfos/{id}/secondarySubcategoryTwo
AppInfosApi appInfosUpdateInstance PATCH /v1/appInfos/{id}
AppPreOrdersApi appPreOrdersCreateInstance POST /v1/appPreOrders
AppPreOrdersApi appPreOrdersDeleteInstance DELETE /v1/appPreOrders/{id}
AppPreOrdersApi appPreOrdersGetInstance GET /v1/appPreOrders/{id}
AppPreOrdersApi appPreOrdersUpdateInstance PATCH /v1/appPreOrders/{id}
AppPreviewSetsApi appPreviewSetsAppPreviewsGetToManyRelated GET /v1/appPreviewSets/{id}/appPreviews
AppPreviewSetsApi appPreviewSetsAppPreviewsGetToManyRelationship GET /v1/appPreviewSets/{id}/relationships/appPreviews
AppPreviewSetsApi appPreviewSetsAppPreviewsReplaceToManyRelationship PATCH /v1/appPreviewSets/{id}/relationships/appPreviews
AppPreviewSetsApi appPreviewSetsCreateInstance POST /v1/appPreviewSets
AppPreviewSetsApi appPreviewSetsDeleteInstance DELETE /v1/appPreviewSets/{id}
AppPreviewSetsApi appPreviewSetsGetInstance GET /v1/appPreviewSets/{id}
AppPreviewsApi appPreviewsCreateInstance POST /v1/appPreviews
AppPreviewsApi appPreviewsDeleteInstance DELETE /v1/appPreviews/{id}
AppPreviewsApi appPreviewsGetInstance GET /v1/appPreviews/{id}
AppPreviewsApi appPreviewsUpdateInstance PATCH /v1/appPreviews/{id}
AppPricePointsApi appPricePointsGetCollection GET /v1/appPricePoints
AppPricePointsApi appPricePointsGetInstance GET /v1/appPricePoints/{id}
AppPricePointsApi appPricePointsTerritoryGetToOneRelated GET /v1/appPricePoints/{id}/territory
AppPriceTiersApi appPriceTiersGetCollection GET /v1/appPriceTiers
AppPriceTiersApi appPriceTiersGetInstance GET /v1/appPriceTiers/{id}
AppPriceTiersApi appPriceTiersPricePointsGetToManyRelated GET /v1/appPriceTiers/{id}/pricePoints
AppPricesApi appPricesGetInstance GET /v1/appPrices/{id}
AppScreenshotSetsApi appScreenshotSetsAppScreenshotsGetToManyRelated GET /v1/appScreenshotSets/{id}/appScreenshots
AppScreenshotSetsApi appScreenshotSetsAppScreenshotsGetToManyRelationship GET /v1/appScreenshotSets/{id}/relationships/appScreenshots
AppScreenshotSetsApi appScreenshotSetsAppScreenshotsReplaceToManyRelationship PATCH /v1/appScreenshotSets/{id}/relationships/appScreenshots
AppScreenshotSetsApi appScreenshotSetsCreateInstance POST /v1/appScreenshotSets
AppScreenshotSetsApi appScreenshotSetsDeleteInstance DELETE /v1/appScreenshotSets/{id}
AppScreenshotSetsApi appScreenshotSetsGetInstance GET /v1/appScreenshotSets/{id}
AppScreenshotsApi appScreenshotsCreateInstance POST /v1/appScreenshots
AppScreenshotsApi appScreenshotsDeleteInstance DELETE /v1/appScreenshots/{id}
AppScreenshotsApi appScreenshotsGetInstance GET /v1/appScreenshots/{id}
AppScreenshotsApi appScreenshotsUpdateInstance PATCH /v1/appScreenshots/{id}
AppStoreReviewAttachmentsApi appStoreReviewAttachmentsCreateInstance POST /v1/appStoreReviewAttachments
AppStoreReviewAttachmentsApi appStoreReviewAttachmentsDeleteInstance DELETE /v1/appStoreReviewAttachments/{id}
AppStoreReviewAttachmentsApi appStoreReviewAttachmentsGetInstance GET /v1/appStoreReviewAttachments/{id}
AppStoreReviewAttachmentsApi appStoreReviewAttachmentsUpdateInstance PATCH /v1/appStoreReviewAttachments/{id}
AppStoreReviewDetailsApi appStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelated GET /v1/appStoreReviewDetails/{id}/appStoreReviewAttachments
AppStoreReviewDetailsApi appStoreReviewDetailsCreateInstance POST /v1/appStoreReviewDetails
AppStoreReviewDetailsApi appStoreReviewDetailsGetInstance GET /v1/appStoreReviewDetails/{id}
AppStoreReviewDetailsApi appStoreReviewDetailsUpdateInstance PATCH /v1/appStoreReviewDetails/{id}
AppStoreVersionLocalizationsApi appStoreVersionLocalizationsAppPreviewSetsGetToManyRelated GET /v1/appStoreVersionLocalizations/{id}/appPreviewSets
AppStoreVersionLocalizationsApi appStoreVersionLocalizationsAppScreenshotSetsGetToManyRelated GET /v1/appStoreVersionLocalizations/{id}/appScreenshotSets
AppStoreVersionLocalizationsApi appStoreVersionLocalizationsCreateInstance POST /v1/appStoreVersionLocalizations
AppStoreVersionLocalizationsApi appStoreVersionLocalizationsDeleteInstance DELETE /v1/appStoreVersionLocalizations/{id}
AppStoreVersionLocalizationsApi appStoreVersionLocalizationsGetInstance GET /v1/appStoreVersionLocalizations/{id}
AppStoreVersionLocalizationsApi appStoreVersionLocalizationsUpdateInstance PATCH /v1/appStoreVersionLocalizations/{id}
AppStoreVersionPhasedReleasesApi appStoreVersionPhasedReleasesCreateInstance POST /v1/appStoreVersionPhasedReleases
AppStoreVersionPhasedReleasesApi appStoreVersionPhasedReleasesDeleteInstance DELETE /v1/appStoreVersionPhasedReleases/{id}
AppStoreVersionPhasedReleasesApi appStoreVersionPhasedReleasesUpdateInstance PATCH /v1/appStoreVersionPhasedReleases/{id}
AppStoreVersionSubmissionsApi appStoreVersionSubmissionsCreateInstance POST /v1/appStoreVersionSubmissions
AppStoreVersionSubmissionsApi appStoreVersionSubmissionsDeleteInstance DELETE /v1/appStoreVersionSubmissions/{id}
AppStoreVersionsApi appStoreVersionsAgeRatingDeclarationGetToOneRelated GET /v1/appStoreVersions/{id}/ageRatingDeclaration
AppStoreVersionsApi appStoreVersionsAppStoreReviewDetailGetToOneRelated GET /v1/appStoreVersions/{id}/appStoreReviewDetail
AppStoreVersionsApi appStoreVersionsAppStoreVersionLocalizationsGetToManyRelated GET /v1/appStoreVersions/{id}/appStoreVersionLocalizations
AppStoreVersionsApi appStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelated GET /v1/appStoreVersions/{id}/appStoreVersionPhasedRelease
AppStoreVersionsApi appStoreVersionsAppStoreVersionSubmissionGetToOneRelated GET /v1/appStoreVersions/{id}/appStoreVersionSubmission
AppStoreVersionsApi appStoreVersionsBuildGetToOneRelated GET /v1/appStoreVersions/{id}/build
AppStoreVersionsApi appStoreVersionsBuildGetToOneRelationship GET /v1/appStoreVersions/{id}/relationships/build
AppStoreVersionsApi appStoreVersionsBuildUpdateToOneRelationship PATCH /v1/appStoreVersions/{id}/relationships/build
AppStoreVersionsApi appStoreVersionsCreateInstance POST /v1/appStoreVersions
AppStoreVersionsApi appStoreVersionsDeleteInstance DELETE /v1/appStoreVersions/{id}
AppStoreVersionsApi appStoreVersionsGetInstance GET /v1/appStoreVersions/{id}
AppStoreVersionsApi appStoreVersionsIdfaDeclarationGetToOneRelated GET /v1/appStoreVersions/{id}/idfaDeclaration
AppStoreVersionsApi appStoreVersionsRoutingAppCoverageGetToOneRelated GET /v1/appStoreVersions/{id}/routingAppCoverage
AppStoreVersionsApi appStoreVersionsUpdateInstance PATCH /v1/appStoreVersions/{id}
AppsApi appsAppInfosGetToManyRelated GET /v1/apps/{id}/appInfos
AppsApi appsAppStoreVersionsGetToManyRelated GET /v1/apps/{id}/appStoreVersions
AppsApi appsAvailableTerritoriesGetToManyRelated GET /v1/apps/{id}/availableTerritories
AppsApi appsBetaAppLocalizationsGetToManyRelated GET /v1/apps/{id}/betaAppLocalizations
AppsApi appsBetaAppReviewDetailGetToOneRelated GET /v1/apps/{id}/betaAppReviewDetail
AppsApi appsBetaGroupsGetToManyRelated GET /v1/apps/{id}/betaGroups
AppsApi appsBetaLicenseAgreementGetToOneRelated GET /v1/apps/{id}/betaLicenseAgreement
AppsApi appsBetaTestersDeleteToManyRelationship DELETE /v1/apps/{id}/relationships/betaTesters
AppsApi appsBuildsGetToManyRelated GET /v1/apps/{id}/builds
AppsApi appsEndUserLicenseAgreementGetToOneRelated GET /v1/apps/{id}/endUserLicenseAgreement
AppsApi appsGameCenterEnabledVersionsGetToManyRelated GET /v1/apps/{id}/gameCenterEnabledVersions
AppsApi appsGetCollection GET /v1/apps
AppsApi appsGetInstance GET /v1/apps/{id}
AppsApi appsInAppPurchasesGetToManyRelated GET /v1/apps/{id}/inAppPurchases
AppsApi appsPerfPowerMetricsGetToManyRelated GET /v1/apps/{id}/perfPowerMetrics
AppsApi appsPreOrderGetToOneRelated GET /v1/apps/{id}/preOrder
AppsApi appsPreReleaseVersionsGetToManyRelated GET /v1/apps/{id}/preReleaseVersions
AppsApi appsPricesGetToManyRelated GET /v1/apps/{id}/prices
AppsApi appsUpdateInstance PATCH /v1/apps/{id}
BetaAppLocalizationsApi betaAppLocalizationsAppGetToOneRelated GET /v1/betaAppLocalizations/{id}/app
BetaAppLocalizationsApi betaAppLocalizationsCreateInstance POST /v1/betaAppLocalizations
BetaAppLocalizationsApi betaAppLocalizationsDeleteInstance DELETE /v1/betaAppLocalizations/{id}
BetaAppLocalizationsApi betaAppLocalizationsGetCollection GET /v1/betaAppLocalizations
BetaAppLocalizationsApi betaAppLocalizationsGetInstance GET /v1/betaAppLocalizations/{id}
BetaAppLocalizationsApi betaAppLocalizationsUpdateInstance PATCH /v1/betaAppLocalizations/{id}
BetaAppReviewDetailsApi betaAppReviewDetailsAppGetToOneRelated GET /v1/betaAppReviewDetails/{id}/app
BetaAppReviewDetailsApi betaAppReviewDetailsGetCollection GET /v1/betaAppReviewDetails
BetaAppReviewDetailsApi betaAppReviewDetailsGetInstance GET /v1/betaAppReviewDetails/{id}
BetaAppReviewDetailsApi betaAppReviewDetailsUpdateInstance PATCH /v1/betaAppReviewDetails/{id}
BetaAppReviewSubmissionsApi betaAppReviewSubmissionsBuildGetToOneRelated GET /v1/betaAppReviewSubmissions/{id}/build
BetaAppReviewSubmissionsApi betaAppReviewSubmissionsCreateInstance POST /v1/betaAppReviewSubmissions
BetaAppReviewSubmissionsApi betaAppReviewSubmissionsGetCollection GET /v1/betaAppReviewSubmissions
BetaAppReviewSubmissionsApi betaAppReviewSubmissionsGetInstance GET /v1/betaAppReviewSubmissions/{id}
BetaBuildLocalizationsApi betaBuildLocalizationsBuildGetToOneRelated GET /v1/betaBuildLocalizations/{id}/build
BetaBuildLocalizationsApi betaBuildLocalizationsCreateInstance POST /v1/betaBuildLocalizations
BetaBuildLocalizationsApi betaBuildLocalizationsDeleteInstance DELETE /v1/betaBuildLocalizations/{id}
BetaBuildLocalizationsApi betaBuildLocalizationsGetCollection GET /v1/betaBuildLocalizations
BetaBuildLocalizationsApi betaBuildLocalizationsGetInstance GET /v1/betaBuildLocalizations/{id}
BetaBuildLocalizationsApi betaBuildLocalizationsUpdateInstance PATCH /v1/betaBuildLocalizations/{id}
BetaGroupsApi betaGroupsAppGetToOneRelated GET /v1/betaGroups/{id}/app
BetaGroupsApi betaGroupsBetaTestersCreateToManyRelationship POST /v1/betaGroups/{id}/relationships/betaTesters
BetaGroupsApi betaGroupsBetaTestersDeleteToManyRelationship DELETE /v1/betaGroups/{id}/relationships/betaTesters
BetaGroupsApi betaGroupsBetaTestersGetToManyRelated GET /v1/betaGroups/{id}/betaTesters
BetaGroupsApi betaGroupsBetaTestersGetToManyRelationship GET /v1/betaGroups/{id}/relationships/betaTesters
BetaGroupsApi betaGroupsBuildsCreateToManyRelationship POST /v1/betaGroups/{id}/relationships/builds
BetaGroupsApi betaGroupsBuildsDeleteToManyRelationship DELETE /v1/betaGroups/{id}/relationships/builds
BetaGroupsApi betaGroupsBuildsGetToManyRelated GET /v1/betaGroups/{id}/builds
BetaGroupsApi betaGroupsBuildsGetToManyRelationship GET /v1/betaGroups/{id}/relationships/builds
BetaGroupsApi betaGroupsCreateInstance POST /v1/betaGroups
BetaGroupsApi betaGroupsDeleteInstance DELETE /v1/betaGroups/{id}
BetaGroupsApi betaGroupsGetCollection GET /v1/betaGroups
BetaGroupsApi betaGroupsGetInstance GET /v1/betaGroups/{id}
BetaGroupsApi betaGroupsUpdateInstance PATCH /v1/betaGroups/{id}
BetaLicenseAgreementsApi betaLicenseAgreementsAppGetToOneRelated GET /v1/betaLicenseAgreements/{id}/app
BetaLicenseAgreementsApi betaLicenseAgreementsGetCollection GET /v1/betaLicenseAgreements
BetaLicenseAgreementsApi betaLicenseAgreementsGetInstance GET /v1/betaLicenseAgreements/{id}
BetaLicenseAgreementsApi betaLicenseAgreementsUpdateInstance PATCH /v1/betaLicenseAgreements/{id}
BetaTesterInvitationsApi betaTesterInvitationsCreateInstance POST /v1/betaTesterInvitations
BetaTestersApi betaTestersAppsDeleteToManyRelationship DELETE /v1/betaTesters/{id}/relationships/apps
BetaTestersApi betaTestersAppsGetToManyRelated GET /v1/betaTesters/{id}/apps
BetaTestersApi betaTestersAppsGetToManyRelationship GET /v1/betaTesters/{id}/relationships/apps
BetaTestersApi betaTestersBetaGroupsCreateToManyRelationship POST /v1/betaTesters/{id}/relationships/betaGroups
BetaTestersApi betaTestersBetaGroupsDeleteToManyRelationship DELETE /v1/betaTesters/{id}/relationships/betaGroups
BetaTestersApi betaTestersBetaGroupsGetToManyRelated GET /v1/betaTesters/{id}/betaGroups
BetaTestersApi betaTestersBetaGroupsGetToManyRelationship GET /v1/betaTesters/{id}/relationships/betaGroups
BetaTestersApi betaTestersBuildsCreateToManyRelationship POST /v1/betaTesters/{id}/relationships/builds
BetaTestersApi betaTestersBuildsDeleteToManyRelationship DELETE /v1/betaTesters/{id}/relationships/builds
BetaTestersApi betaTestersBuildsGetToManyRelated GET /v1/betaTesters/{id}/builds
BetaTestersApi betaTestersBuildsGetToManyRelationship GET /v1/betaTesters/{id}/relationships/builds
BetaTestersApi betaTestersCreateInstance POST /v1/betaTesters
BetaTestersApi betaTestersDeleteInstance DELETE /v1/betaTesters/{id}
BetaTestersApi betaTestersGetCollection GET /v1/betaTesters
BetaTestersApi betaTestersGetInstance GET /v1/betaTesters/{id}
BuildBetaDetailsApi buildBetaDetailsBuildGetToOneRelated GET /v1/buildBetaDetails/{id}/build
BuildBetaDetailsApi buildBetaDetailsGetCollection GET /v1/buildBetaDetails
BuildBetaDetailsApi buildBetaDetailsGetInstance GET /v1/buildBetaDetails/{id}
BuildBetaDetailsApi buildBetaDetailsUpdateInstance PATCH /v1/buildBetaDetails/{id}
BuildBetaNotificationsApi buildBetaNotificationsCreateInstance POST /v1/buildBetaNotifications
BuildsApi buildsAppEncryptionDeclarationGetToOneRelated GET /v1/builds/{id}/appEncryptionDeclaration
BuildsApi buildsAppEncryptionDeclarationGetToOneRelationship GET /v1/builds/{id}/relationships/appEncryptionDeclaration
BuildsApi buildsAppEncryptionDeclarationUpdateToOneRelationship PATCH /v1/builds/{id}/relationships/appEncryptionDeclaration
BuildsApi buildsAppGetToOneRelated GET /v1/builds/{id}/app
BuildsApi buildsAppStoreVersionGetToOneRelated GET /v1/builds/{id}/appStoreVersion
BuildsApi buildsBetaAppReviewSubmissionGetToOneRelated GET /v1/builds/{id}/betaAppReviewSubmission
BuildsApi buildsBetaBuildLocalizationsGetToManyRelated GET /v1/builds/{id}/betaBuildLocalizations
BuildsApi buildsBetaGroupsCreateToManyRelationship POST /v1/builds/{id}/relationships/betaGroups
BuildsApi buildsBetaGroupsDeleteToManyRelationship DELETE /v1/builds/{id}/relationships/betaGroups
BuildsApi buildsBuildBetaDetailGetToOneRelated GET /v1/builds/{id}/buildBetaDetail
BuildsApi buildsDiagnosticSignaturesGetToManyRelated GET /v1/builds/{id}/diagnosticSignatures
BuildsApi buildsGetCollection GET /v1/builds
BuildsApi buildsGetInstance GET /v1/builds/{id}
BuildsApi buildsIconsGetToManyRelated GET /v1/builds/{id}/icons
BuildsApi buildsIndividualTestersCreateToManyRelationship POST /v1/builds/{id}/relationships/individualTesters
BuildsApi buildsIndividualTestersDeleteToManyRelationship DELETE /v1/builds/{id}/relationships/individualTesters
BuildsApi buildsIndividualTestersGetToManyRelated GET /v1/builds/{id}/individualTesters
BuildsApi buildsIndividualTestersGetToManyRelationship GET /v1/builds/{id}/relationships/individualTesters
BuildsApi buildsPerfPowerMetricsGetToManyRelated GET /v1/builds/{id}/perfPowerMetrics
BuildsApi buildsPreReleaseVersionGetToOneRelated GET /v1/builds/{id}/preReleaseVersion
BuildsApi buildsUpdateInstance PATCH /v1/builds/{id}
BundleIdCapabilitiesApi bundleIdCapabilitiesCreateInstance POST /v1/bundleIdCapabilities
BundleIdCapabilitiesApi bundleIdCapabilitiesDeleteInstance DELETE /v1/bundleIdCapabilities/{id}
BundleIdCapabilitiesApi bundleIdCapabilitiesUpdateInstance PATCH /v1/bundleIdCapabilities/{id}
BundleIdsApi bundleIdsAppGetToOneRelated GET /v1/bundleIds/{id}/app
BundleIdsApi bundleIdsBundleIdCapabilitiesGetToManyRelated GET /v1/bundleIds/{id}/bundleIdCapabilities
BundleIdsApi bundleIdsCreateInstance POST /v1/bundleIds
BundleIdsApi bundleIdsDeleteInstance DELETE /v1/bundleIds/{id}
BundleIdsApi bundleIdsGetCollection GET /v1/bundleIds
BundleIdsApi bundleIdsGetInstance GET /v1/bundleIds/{id}
BundleIdsApi bundleIdsProfilesGetToManyRelated GET /v1/bundleIds/{id}/profiles
BundleIdsApi bundleIdsUpdateInstance PATCH /v1/bundleIds/{id}
CertificatesApi certificatesCreateInstance POST /v1/certificates
CertificatesApi certificatesDeleteInstance DELETE /v1/certificates/{id}
CertificatesApi certificatesGetCollection GET /v1/certificates
CertificatesApi certificatesGetInstance GET /v1/certificates/{id}
DevicesApi devicesCreateInstance POST /v1/devices
DevicesApi devicesGetCollection GET /v1/devices
DevicesApi devicesGetInstance GET /v1/devices/{id}
DevicesApi devicesUpdateInstance PATCH /v1/devices/{id}
DiagnosticSignaturesApi diagnosticSignaturesLogsGetToManyRelated GET /v1/diagnosticSignatures/{id}/logs
EndUserLicenseAgreementsApi endUserLicenseAgreementsCreateInstance POST /v1/endUserLicenseAgreements
EndUserLicenseAgreementsApi endUserLicenseAgreementsDeleteInstance DELETE /v1/endUserLicenseAgreements/{id}
EndUserLicenseAgreementsApi endUserLicenseAgreementsGetInstance GET /v1/endUserLicenseAgreements/{id}
EndUserLicenseAgreementsApi endUserLicenseAgreementsTerritoriesGetToManyRelated GET /v1/endUserLicenseAgreements/{id}/territories
EndUserLicenseAgreementsApi endUserLicenseAgreementsUpdateInstance PATCH /v1/endUserLicenseAgreements/{id}
FinanceReportsApi financeReportsGetCollection GET /v1/financeReports
GameCenterEnabledVersionsApi gameCenterEnabledVersionsCompatibleVersionsCreateToManyRelationship POST /v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions
GameCenterEnabledVersionsApi gameCenterEnabledVersionsCompatibleVersionsDeleteToManyRelationship DELETE /v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions
GameCenterEnabledVersionsApi gameCenterEnabledVersionsCompatibleVersionsGetToManyRelated GET /v1/gameCenterEnabledVersions/{id}/compatibleVersions
GameCenterEnabledVersionsApi gameCenterEnabledVersionsCompatibleVersionsGetToManyRelationship GET /v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions
GameCenterEnabledVersionsApi gameCenterEnabledVersionsCompatibleVersionsReplaceToManyRelationship PATCH /v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions
IdfaDeclarationsApi idfaDeclarationsCreateInstance POST /v1/idfaDeclarations
IdfaDeclarationsApi idfaDeclarationsDeleteInstance DELETE /v1/idfaDeclarations/{id}
IdfaDeclarationsApi idfaDeclarationsUpdateInstance PATCH /v1/idfaDeclarations/{id}
InAppPurchasesApi inAppPurchasesGetInstance GET /v1/inAppPurchases/{id}
PreReleaseVersionsApi preReleaseVersionsAppGetToOneRelated GET /v1/preReleaseVersions/{id}/app
PreReleaseVersionsApi preReleaseVersionsBuildsGetToManyRelated GET /v1/preReleaseVersions/{id}/builds
PreReleaseVersionsApi preReleaseVersionsGetCollection GET /v1/preReleaseVersions
PreReleaseVersionsApi preReleaseVersionsGetInstance GET /v1/preReleaseVersions/{id}
ProfilesApi profilesBundleIdGetToOneRelated GET /v1/profiles/{id}/bundleId
ProfilesApi profilesCertificatesGetToManyRelated GET /v1/profiles/{id}/certificates
ProfilesApi profilesCreateInstance POST /v1/profiles
ProfilesApi profilesDeleteInstance DELETE /v1/profiles/{id}
ProfilesApi profilesDevicesGetToManyRelated GET /v1/profiles/{id}/devices
ProfilesApi profilesGetCollection GET /v1/profiles
ProfilesApi profilesGetInstance GET /v1/profiles/{id}
RoutingAppCoveragesApi routingAppCoveragesCreateInstance POST /v1/routingAppCoverages
RoutingAppCoveragesApi routingAppCoveragesDeleteInstance DELETE /v1/routingAppCoverages/{id}
RoutingAppCoveragesApi routingAppCoveragesGetInstance GET /v1/routingAppCoverages/{id}
RoutingAppCoveragesApi routingAppCoveragesUpdateInstance PATCH /v1/routingAppCoverages/{id}
SalesReportsApi salesReportsGetCollection GET /v1/salesReports
TerritoriesApi territoriesGetCollection GET /v1/territories
UserInvitationsApi userInvitationsCreateInstance POST /v1/userInvitations
UserInvitationsApi userInvitationsDeleteInstance DELETE /v1/userInvitations/{id}
UserInvitationsApi userInvitationsGetCollection GET /v1/userInvitations
UserInvitationsApi userInvitationsGetInstance GET /v1/userInvitations/{id}
UserInvitationsApi userInvitationsVisibleAppsGetToManyRelated GET /v1/userInvitations/{id}/visibleApps
UsersApi usersDeleteInstance DELETE /v1/users/{id}
UsersApi usersGetCollection GET /v1/users
UsersApi usersGetInstance GET /v1/users/{id}
UsersApi usersUpdateInstance PATCH /v1/users/{id}
UsersApi usersVisibleAppsCreateToManyRelationship POST /v1/users/{id}/relationships/visibleApps
UsersApi usersVisibleAppsDeleteToManyRelationship DELETE /v1/users/{id}/relationships/visibleApps
UsersApi usersVisibleAppsGetToManyRelated GET /v1/users/{id}/visibleApps
UsersApi usersVisibleAppsGetToManyRelationship GET /v1/users/{id}/relationships/visibleApps
UsersApi usersVisibleAppsReplaceToManyRelationship PATCH /v1/users/{id}/relationships/visibleApps

Documentation For Models

Documentation For Authorization

itc-bearer-token

  • Type: Bearer authentication (JWT)

Author

appstore-connect-openapi-php's People

Contributors

leoaday avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.