Home - gopai/reporting-sdk GitHub Wiki

Wikis

PAIClient

ReportConfig

ReportRequest

StreamUtil

Report API Documentation

Login Documentation

reporting-sdk Client for Report API

This repository holds a client which gives access to interact with PAI's paireports.com.

PAI Reports has several ways of interfacing with its data. One of the easiest ways to retrieve data is through the Report API. The API is designed around a standard HTTP request process and will allow access to any data that a user can access through the screens provided within PAI Reports. Using this SDK which gives access to our API, you can develop applications that utilize the huge amount of data that PAI Reports collects and stores to build new and exciting things. The Report API also provides mechanisms for filtering, sorting, and adjusting the number of columns produced in response to your requests to make it easier for your applications to work.

This API is based on standard HTTP practices and primarily uses key-value pairs for passing filters, sort orders, and report selections.