Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 413 Bytes

index.rst

File metadata and controls

29 lines (19 loc) · 413 Bytes

Basic Usage

Setup

require 'vendor/autoload.php';

use Onetoweb\NijhaOnline\Client;

// param
$apiKey = '{api_key}';

// setup client
$client = new Client($apiKey);

Examples