2017 © Pedro Peláez
 

library veelo-api-client

Webservice client for Veelo Inc API.

image

mikeyp/veelo-api-client

Webservice client for Veelo Inc API.

  • Monday, October 23, 2017
  • by mikeyp
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,460 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 24 % Grown

The README.md

Veelo API client

This is a PHP library for accessing the Veelo API., (*1)

Install

Add this requirement to your composer.json file:, (*2)

"require": {
    "mikeyp/veelo-api-client": "@stable"
}

Usage

Example:, (*3)

use \VeeloApi\VeeloApiClient;

// Initialize the client.
$client = VeeloApiClient::create();

// Get an authorization token.
$response = $client->generateToken('user@example.com', 'password');
echo $response['token'];


// Initialize the client with a token.
$client = VeeloApiClient::create(['token' => $token]);

// List admin groups.
$response = $client->listAdminGroups();

// List circles in an admin group.
$response = $client->listCircles($admingroup_id);

// Upload a file.
$response = $client->uploadFile($admingroup_id, fopen('path/to/file.pdf', 'r'));

To do

  1. Finish operations for Users and Admingroups
  2. Tests

The Versions

23/10 2017

dev-master

9999999-dev https://github.com/mikeyp/veelo-api-client

Webservice client for Veelo Inc API.

  Sources   Download

GPL-2.0

The Requires

 

rest client web service veelo

05/04 2017

0.4.0

0.4.0.0 https://github.com/mikeyp/veelo-api-client

Webservice client for Veelo Inc API.

  Sources   Download

GPL-2.0

The Requires

 

rest client web service veelo

31/03 2017

0.3.0

0.3.0.0 https://github.com/mikeyp/veelo-api-client

Webservice client for Veelo Inc API.

  Sources   Download

GPL-2.0

The Requires

 

rest client web service veelo

31/03 2017

0.2.0

0.2.0.0 https://github.com/mikeyp/veelo-api-client

Webservice client for Veelo Inc API.

  Sources   Download

GPL-2.0

The Requires

 

rest client web service veelo

30/03 2017

0.1.0

0.1.0.0 https://github.com/mikeyp/veelo-api-client

Webservice client for Veelo Inc API.

  Sources   Download

GPL-2.0

The Requires

 

rest client web service veelo