o6web/data-request-api

Simple helper for interacting with the O6 Web Properties Data Request API

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/o6web/data-request-api

1.0.0 2025-12-18 21:14 UTC

This package is auto-updated.

Last update: 2025-12-18 21:18:10 UTC


README

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.