<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| <?php | |
| const PACKAGE_NAME = 'com.your.bundle_id'; | |
| const APPLE_TEAM_ID = 'ABCDEFGHIJK'; // 11 alphanumeric team ID | |
| const ALLOW_DEV_ENVIRONMENT = true; | |
| use CBOR\Decoder; | |
| use CBOR\StringStream; |