2017 © Pedro Peláez
 

library api-client

A client to call Tokenly APIs

image

tokenly/api-client

A client to call Tokenly APIs

  • Wednesday, October 18, 2017
  • by dweller
  • Repository
  • 3 Watchers
  • 0 Stars
  • 7,340 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 21 % Grown

The README.md

Tokenly API client.

Use this client for various Tokenly APIs., (*1)

Build Status, (*2)

Installation

Add the Laravel package via composer

composer require tokenly/api-client

Call a public API without a key

$api = new TokenlyAPI('https://music.tokenly.com/api/v1');
$albums_array = $api->get('music/catalog/albums');

Call a protected API with a client id and secret key

$api = new TokenlyAPI('https://music.tokenly.com/api/v1', new Tokenly\HmacAuth\Generator(), 'MY_CLIENT_ID', 'MY_CLIENT_SECRET');
$albums_array = $api->get('music/music/mysongs');

The Versions

18/10 2017

dev-master

9999999-dev

A client to call Tokenly APIs

  Sources   Download

MIT

The Requires

 

The Development Requires

api client tokenly

18/10 2017

v1.0.6

1.0.6.0

A client to call Tokenly APIs

  Sources   Download

MIT

The Requires

 

The Development Requires

api client tokenly

29/10 2016

v1.0.5

1.0.5.0

A client to call Tokenly APIs

  Sources   Download

MIT

The Requires

 

The Development Requires

api client tokenly

28/09 2016

v1.0.4

1.0.4.0

A client to call Tokenly APIs

  Sources   Download

MIT

The Requires

 

The Development Requires

api client tokenly

17/09 2016

v1.0.3

1.0.3.0

A client to call Tokenly APIs

  Sources   Download

MIT

The Requires

 

The Development Requires

api client tokenly

05/04 2016

v1.0.2

1.0.2.0

A client to call Tokenly APIs

  Sources   Download

MIT

The Requires

 

The Development Requires

api client tokenly