Skip to content

o6web/DataRequestApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataRequestApi

Simple class for making requests to the O6 Web Properties Data Request API.

Usage

use o6web\DataRequestApi\DataRequestApi;

$dataRequestApi = new DataRequesApi($root_url, $token);

$dataRequestApi->request('GET', 'request/path', ['arg' => 'value']);

Installation

Simply add a dependency on o6web/data-request-api to your composer.json file if you use Composer to manage the dependencies of your project:

composer require o6web/data-request-api

Although it's recommended to use Composer, you can actually include the file(s) any way you want.

License

DataRequestApi is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages