Download the PHP package rauwebieten/elvis-dam-client-php without Composer
On this page you can find all versions of the php package rauwebieten/elvis-dam-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rauwebieten/elvis-dam-client-php
More information about rauwebieten/elvis-dam-client-php
Files in rauwebieten/elvis-dam-client-php
Download rauwebieten/elvis-dam-client-php
More information about rauwebieten/elvis-dam-client-php
Files in rauwebieten/elvis-dam-client-php
Vendor rauwebieten
Package elvis-dam-client-php
Short Description Generated PHP code for the elvis dam rest api
License proprietary
Homepage http://swagger.io
Package elvis-dam-client-php
Short Description Generated PHP code for the elvis dam rest api
License proprietary
Homepage http://swagger.io
Please rate this library. Is it a good library?
Informations about the package elvis-dam-client-php
SwaggerClient-php
BETA NOTICE
This API is still in development. All API methods are functional, they are however subject to change in future Elvis versions.
Intro
The Elvis REST API allows you to customize and integrate external applications with Elvis. Some examples of what you can do with the API:
- Search assets.
- Download assets, previews, or other renditions.
- Upload new assets.
- Change asset metadata.
- Search, create, rename and delete folders.
- Create Shared Links.
Try out API methods
On this page, you can try out new API methods. Before you can try them out, authorization is required. There is no authorization method in this API (yet), this means we will use the old API auth method:1. Authenticate using /services/apilogin For example:
curl -X POST http://localhost:8080/services/apilogin -F username=admin -F password=changemenow
2. Copy the authToken.
3. Click the Authorize button and use 'Bearer <authToken>' as value.
4. Click Authorize, the page is now authorized and you can try out the API methods. This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 3.0.1 - Build package: io.swagger.codegen.languages.PhpClientCodegen ## Requirements PHP 5.5 and later ## Installation & Usage ### Composer To install the bindings via [Composer](http://getcomposer.org/), 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](#installation--usage) and then run the following: ## Documentation for API Endpoints All URIs are relative to *https://dam.vaf.be* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *AssetApi* | [**asset**](docs/Api/AssetApi.md#asset) | **GET** /api/asset/{id} | Get Asset *AssetApi* | [**createAsset**](docs/Api/AssetApi.md#createasset) | **POST** /api/asset | Create an asset *AssetApi* | [**getSignedImageRenditionUrls**](docs/Api/AssetApi.md#getsignedimagerenditionurls) | **GET** /api/asset/{ids}/signed-image-rendition-url | Get a signed URL for image renditions. *AssetApi* | [**getSignedOriginalUrls**](docs/Api/AssetApi.md#getsignedoriginalurls) | **GET** /api/asset/{ids}/signed-original-url | Get a signed URL for original assets. *AssetApi* | [**getSignedPreviewUrls**](docs/Api/AssetApi.md#getsignedpreviewurls) | **GET** /api/asset/{ids}/signed-preview-url | Get a signed URL for asset previews. *AssetApi* | [**getSignedThumbnailUrls**](docs/Api/AssetApi.md#getsignedthumbnailurls) | **GET** /api/asset/{ids}/signed-thumbnail-url | Get a signed URL for asset thumbnails. *AssetApi* | [**original**](docs/Api/AssetApi.md#original) | **GET** /api/asset/{id}/original | Download Asset Original *AssetApi* | [**preview**](docs/Api/AssetApi.md#preview) | **GET** /api/asset/{id}/preview | Download Asset Preview *AssetApi* | [**putOriginal**](docs/Api/AssetApi.md#putoriginal) | **PUT** /api/asset/{id}/original | Upload a file for an asset using PUT. *AssetApi* | [**search**](docs/Api/AssetApi.md#search) | **GET** /api/asset/search | Search Assets *AssetApi* | [**thumbnail**](docs/Api/AssetApi.md#thumbnail) | **GET** /api/asset/{id}/thumbnail | Download Asset Thumbnail *AssetApi* | [**uploadOriginal**](docs/Api/AssetApi.md#uploadoriginal) | **POST** /api/asset/{id}/original | Upload a file for an asset using multi-part POST. *FolderApi* | [**createFolder**](docs/Api/FolderApi.md#createfolder) | **POST** /api/folder | Create a folder *FolderApi* | [**deleteFolder**](docs/Api/FolderApi.md#deletefolder) | **DELETE** /api/folder/{id} | Delete a folder *FolderApi* | [**getFolder**](docs/Api/FolderApi.md#getfolder) | **GET** /api/folder/{id} | Get a folder *FolderApi* | [**getFolderByPath**](docs/Api/FolderApi.md#getfolderbypath) | **GET** /api/folder/get | Get a folder *FolderApi* | [**listFolders**](docs/Api/FolderApi.md#listfolders) | **GET** /api/folder/list | List folders *FolderApi* | [**searchFolders**](docs/Api/FolderApi.md#searchfolders) | **GET** /api/folder/search | Search folders *FolderApi* | [**updateFolderMetadata**](docs/Api/FolderApi.md#updatefoldermetadata) | **PUT** /api/folder/{id} | Update folder metadata *SharelinkApi* | [**createShareLink**](docs/Api/SharelinkApi.md#createsharelink) | **POST** /api/sharelink | Create a Share Link ## Documentation For Models - [ApiFolder](docs/Model/ApiFolder.md) - [CreateAssetRequest](docs/Model/CreateAssetRequest.md) - [CreateAssetResponse](docs/Model/CreateAssetResponse.md) - [CreateFolderRequest](docs/Model/CreateFolderRequest.md) - [CreateShareLinkRequest](docs/Model/CreateShareLinkRequest.md) - [CreateShareLinkResponse](docs/Model/CreateShareLinkResponse.md) - [FolderSearchResponse](docs/Model/FolderSearchResponse.md) - [Hit](docs/Model/Hit.md) - [HitElement](docs/Model/HitElement.md) - [InputStream](docs/Model/InputStream.md) - [SearchResponse](docs/Model/SearchResponse.md) - [SignedAssetUrl](docs/Model/SignedAssetUrl.md) - [UpdateFolderMetadataRequest](docs/Model/UpdateFolderMetadataRequest.md) ## Documentation For Authorization ## Authorization - **Type**: API key - **API key parameter name**: Authorization - **Location**: HTTP header ## Author
All versions of elvis-dam-client-php 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 rauwebieten/elvis-dam-client-php contains the following files
Loading the files please wait ....