reporting-sdk

PAI Report Client SDK

Лицензия

Лицензия

Категории

Категории

Reporting Прикладные библиотеки
Группа

Группа

com.gopai
Идентификатор

Идентификатор

reporting-sdk
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

reporting-sdk
PAI Report Client SDK
Ссылка на сайт

Ссылка на сайт

https://github.com/gopai/reporting-sdk
Организация-разработчик

Организация-разработчик

Payment Alliance International
Система контроля версий

Система контроля версий

https://github.com/gopai/reporting-sdk

Скачать reporting-sdk

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.gopai/reporting-sdk/ -->
<dependency>
    <groupId>com.gopai</groupId>
    <artifactId>reporting-sdk</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gopai/reporting-sdk/
implementation 'com.gopai:reporting-sdk:1.0.3'
// https://jarcasting.com/artifacts/com.gopai/reporting-sdk/
implementation ("com.gopai:reporting-sdk:1.0.3")
'com.gopai:reporting-sdk:pom:1.0.3'
<dependency org="com.gopai" name="reporting-sdk" rev="1.0.3">
  <artifact name="reporting-sdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gopai', module='reporting-sdk', version='1.0.3')
)
libraryDependencies += "com.gopai" % "reporting-sdk" % "1.0.3"
[com.gopai/reporting-sdk "1.0.3"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.code.gson : gson jar 2.8.5
org.apache.httpcomponents : httpclient jar 4.5.9

Модули Проекта

Данный проект не имеет модулей.

reporting-sdk

The Reporting SDK contains our implementation of a client which gives access to our Report and Data API. This gives users a solid access point for interacting with PAI Reports and the report data available to the user.

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, you can develop applications that utilize the large amount of data that PAI Reports possesses to build new data integrations.

Usage

The PAIClient class is used to substantiate a session to PAI Reports and provides mechanisms for running reports and queries.

The ReportRequest class allows for filtering, sorting, and adjusting the number of columns in your requests to make it easier for your applications to digest the response data.

The ReportConfig class allows you to see the columns, types, format, and acceptable values of a given report to allow you to properly construct your filters.

The StreamUtil class is a simple support class to convert the output data into a desired form.

Available commands

The Wiki describes the available commands and the Report API Documentation.

Installation

The reporting-sdk is available on the Maven Central Repository, reporting-sdk. Importing from maven will depend on the build for the project. reporting-sdk can also be downloaded directly from Github as source, compiled, and included as a library.

License

reporting-sdk is published under the MIT license.

Версии библиотеки

Версия
1.0.3
1.0.2
1.0.1
1.0.0