Download the PHP package cloudmersive/cloudmersive_configuration_api_client without Composer
On this page you can find all versions of the php package cloudmersive/cloudmersive_configuration_api_client. 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 cloudmersive_configuration_api_client
cloudmersive_configuration_api_client
Config API lets you easily manage configuration at scale.
Cloudmersive Configuration API provides advanced configuration and orchestration capabilities.
- API version: v1
- Package version: 2.0.5
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://api.cloudmersive.com
Class | Method | HTTP request | Description |
---|---|---|---|
OrchestratorApi | orchestratorHttpSimple | POST /config/orchestrator/http/simple | Orchestrate multiple HTTP API calls with a single API call in the order specified. Call other Cloudmersive APIs or third party APIs. For Cloudmersive APIs, the API Key will automatically propogate to the child calls without needing to be set explicitly. Name each task and reference the output of a previous task in the inputs to a given task. |
SettingsApi | settingsCreateSetting | POST /config/settings/create | Create a setting in the specified bucket |
SettingsApi | settingsListSettings | POST /config/settings/list | Enumerate the settings in a bucket |
SettingsApi | settingsUpdateSetting | POST /config/settings/update | Update a setting |
Documentation For Models
- CreateSettingRequest
- CreateSettingResponse
- HttpFormDataParameter
- HttpGetParameter
- HttpOrchestrationHeader
- HttpOrchestrationRequest
- HttpOrchestrationResponse
- HttpOrchestrationTask
- HttpRawBinaryParameter
- HttpRawTextParameter
- HttpWwwFormUrlEncodedParameter
- ListSettingsRequest
- ListSettingsResponse
- SettingValue
- TaskOutputReference
- UpdateSettingRequest
- UpdateSettingResponse
Documentation For Authorization
Apikey
- Type: API key
- API key parameter name: Apikey
- Location: HTTP header
Author
All versions of cloudmersive_configuration_api_client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.5
The package cloudmersive/cloudmersive_configuration_api_client contains the following files
Loading the files please wait ....