2017 © Pedro Peláez
 

library jumbo-client

API Client for Jumbo Web Services

image

detailnet/jumbo-client

API Client for Jumbo Web Services

  • Saturday, May 13, 2017
  • by ivan-wolf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 34 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

jumbo-client

Actions Status, (*1)

API Client for Jumbo Web Services, (*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/jumbo-client": "^2.0" } }, (*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 (e.g. the client for Jumbo Assets Service)
$client = AssetsClient::factory($config);

// Send a request
$params = array('query' => 'test');
$response = $client->listAssets($params);

More examples can be found in the examples directory., (*11)

The Versions

13/05 2017

dev-master

9999999-dev https://github.com/detailnet/jumbo-client

API Client for Jumbo Web Services

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Wolf
by Curzio Della Santa
by Kevin Jüni
by Christian Schmid

api client detailnet jumbo

13/05 2017

0.1.1

0.1.1.0 https://github.com/detailnet/jumbo-client

API Client for Jumbo Web Services

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Wolf
by Curzio Della Santa
by Kevin Jüni
by Christian Schmid

api client detailnet jumbo

05/05 2017

0.1.0

0.1.0.0 https://github.com/detailnet/jumbo-client

API Client for Jumbo Web Services

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Wolf
by Curzio Della Santa
by Kevin Jüni
by Christian Schmid

api client detailnet jumbo