detailnet/lw-inside-client
最新稳定版本:0.2.0
Composer 安装命令:
composer require detailnet/lw-inside-client
包简介
API client for Louis Widmer Inside
README 文档
README
API Client for Louis Widmer Inside. https://lw-inside.detailnet.ch/
Installation
Install the library through Composer using the following steps:
-
cd my/project/directory -
Create a
composer.jsonfile with following contents (or update your existing file accordingly):{ "require": { "detailnet/lw-inside-client": "1.x-dev" } } -
Install Composer via
curl -s http://getcomposer.org/installer | php(on Windows, download the installer and execute it with PHP) -
Run
php composer.phar self-update -
Run
php composer.phar install
Usage
See the following example for how to use the library:
// App-ID and App-Key are required to authenticate the client $config = array( 'app_id' => 'your-app-id', 'app_key' => 'your-app-key', ); // Create the client $client = InsideClient::factory($config); // Send a request $params = array('query' => 'auge'); $response = $client->listAssets($params);
More examples can be found in the examples directory.
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-22