2017 © Pedro Peláez
 

library lw-inside-client

API client for Louis Widmer Inside

image

detailnet/lw-inside-client

API client for Louis Widmer Inside

  • Wednesday, June 24, 2015
  • by ivan-wolf
  • Repository
  • 6 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 3 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

lw-inside-client

Build Status Coverage Status Latest Stable Version Latest Unstable Version, (*1)

API Client for Louis Widmer Inside. https://lw-inside.detailnet.ch/, (*2)

Installation

Install the library through Composer using the following steps:, (*3)

  1. cd my/project/directory, (*4)

  2. Create a composer.json file with following contents (or update your existing file accordingly):, (*5)

    json { "require": { "detailnet/lw-inside-client": "1.x-dev" } }, (*6)

  3. Install Composer via curl -s http://getcomposer.org/installer | php (on Windows, download the installer and execute it with PHP), (*7)

  4. Run php composer.phar self-update, (*8)

  5. Run php composer.phar install, (*9)

Usage

See the following example for how to use the library:, (*10)

// 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., (*11)

The Versions

24/06 2015

dev-master

9999999-dev https://lw-inside.detailnet.ch/

API client for Louis Widmer Inside

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Wolf

louis widmer inside

24/06 2015
28/05 2015