2017 © Pedro Peláez
 

library rapidu-sdk

Unofficial rapidu.net SDK

image

lbarulski/rapidu-sdk

Unofficial rapidu.net SDK

  • Wednesday, September 10, 2014
  • by lukasz.barulski
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

RapiduSDK wercker status

Unofficial rapidu.net SDK, (*1)

Composer installation

"lbarulski/rapidu-sdk": "dev-master", (*2)

Example

Get Account Details

$rapidu = new LB\Rapidu\RapiduClient('LOGIN', 'PASSWORD');

$accountDetails = $rapidu->getAccountDetails();

Get File Details

$rapidu = new LB\Rapidu\RapiduClient('LOGIN', 'PASSWORD');

$fileDetails = $rapidu->getFileDetails('FILE_ID');

Get File Download

$rapidu = new LB\Rapidu\RapiduClient('LOGIN', 'PASSWORD');

$fileDownload = $rapidu->getFileDownload('FILE_ID');

File Upload

$rapidu = new LB\Rapidu\RapiduClient('LOGIN', 'PASSWORD');

$uploadServer = $rapidu->getUploadServer();

$url = $rapidu->upload($uploadServer, '/path/to/file');

The Versions

10/09 2014

dev-master

9999999-dev

Unofficial rapidu.net SDK

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Łukasz Barulski