Download the PHP package macropage/sdk-ebay-rest-media without Composer
On this page you can find all versions of the php package macropage/sdk-ebay-rest-media. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download macropage/sdk-ebay-rest-media
More information about macropage/sdk-ebay-rest-media
Files in macropage/sdk-ebay-rest-media
Package sdk-ebay-rest-media
Short Description The Media API lets sellers to create, upload, and retrieve files, including:
- videos
- documents (for GPSR regulations)
License unlicense
Homepage https://openapi-generator.tech
Informations about the package sdk-ebay-rest-media
sdk-ebay-rest-media
The Media API lets sellers to create, upload, and retrieve files, including:
- videos
- documents (for GPSR regulations)
Installation & Usage
Requirements
PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://apim.ebay.com/commerce/media/v1_beta
Class | Method | HTTP request | Description |
---|---|---|---|
DocumentApi | createDocument | POST /document | |
DocumentApi | getDocument | GET /document/{document_id} | |
DocumentApi | uploadDocument | POST /document/{document_id}/upload | |
VideoApi | createVideo | POST /video | |
VideoApi | getVideo | GET /video/{video_id} | |
VideoApi | uploadVideo | POST /video/{video_id}/upload |
Models
- CreateDocumentRequest
- CreateDocumentResponse
- CreateVideoRequest
- DocumentMetadata
- DocumentResponse
- Error
- ErrorParameter
- Image
- Moderation
- Play
- Video
Authorization
api_auth
- Type:
OAuth
- Flow:
accessCode
- Authorization URL:
https://auth.ebay.com/oauth2/authorize
- Scopes:
- https://api.ebay.com/oauth/api_scope/sell.inventory: View and manage your inventory and offers
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
v1_beta.2.0
- Package version:
2.3.2
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of sdk-ebay-rest-media with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0