Download the PHP package softonic/download_stats_api_sdk without Composer
On this page you can find all versions of the php package softonic/download_stats_api_sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package download_stats_api_sdk
DownloadStatsApiSdk
To see the project documentation go to https://download-stats-api-v2.docs.softonic.io/
This PHP package is automatically generated by the Swagger Codegen project:
- API version: 2.2.0
- Package version: 1.21.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen
Requirements
PHP 5.5 and later
Installation & Usage
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
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
DownloadStatsApi | getDownloadStat | GET /download-stats/{id} | Retrieves the given downloads statistics |
DownloadStatsApi | getDownloadStats | GET /download-stats | Get the list of the downloads statistics for a given app |
DownloadStatsApi | postDownloadStats | POST /download-stats | Creates the downloads statistics for a given app |
DownloadStatsApi | putDownloadStats | PUT /download-stats/{id} | Replaces the given downloads statistics |
ProgramsApi | findProgram | GET /programs | Get the list of the downloads stats ordered by downloads |
ProgramsApi | getProgramPlatform | GET /programs/{id_program}/platforms/{id_platform} | Get the list of the downloads stats for a given program platform |
ProgramsApi | getProgramPlatformLanguage | GET /programs/{id_program}/platforms/{id_platform}/languages/{id_language} | Get the list of the downloads stats for a given program platform language |
Documentation For Models
- DownloadStats
- DownloadStatsInput
- ItemsPaginationModel
- ItemsPaginationModel2
- Program
- ProgramPlatform
- ProgramPlatformLanguage
- TotalItemsPagePerPageTotalPagesNextModel
Documentation For Authorization
softonic
- Type: OAuth
- Flow: application
- Authorization URL:
- Scopes:
- sft_download_stats_api.find.all: Find download stats
- sft_download_stats_api.read.all: Read download stats
- sft_download_stats_api.create.all: Create download stats
- sft_download_stats_api.replace.all: Replace download stats
Author
All versions of download_stats_api_sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
The package softonic/download_stats_api_sdk contains the following files
Loading the files please wait ....