TheBurningMap / sisense-api-client-php

Sisense REST API client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

sisense-api-client-php

https://developers.sisense.com/display/API2/REST+API+Reference+-+v0.9 https://developers.sisense.com/display/API2/REST+API+Reference+-+v1.0

Sample usage

  $config = [
    'username' => 'u',
    'password' => 'p',
    'default_version' => 'v1.0',
  ];
  $client = new \Sisense\Client('https://sisense-host/api/', $config);
  
  $client->authenticate();
  
  $status = $client->application->status(); 

Available categories

v0.9

  • Authorization
  • Branding
  • DataSources
  • ElastiCubes
  • Geo
  • Groups
  • Palettes
  • Reporting
  • Roles
  • Settings
  • Users

v1.0

  • Account
  • Admin
  • Application
  • Authentication
  • Groups
  • Users

Run tests

composer test

Check with phpcs

composer check

About

Sisense REST API client


Languages

Language:PHP 100.0%