TestRail API client


Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

io.github.apanashchenko
Идентификатор

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

testrail-api-client
Последняя версия

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

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

TestRail API client
TestRail API client
Ссылка на сайт

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

https://github.com/apanashchenko/test-rail-api-client
Система контроля версий

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

https://github.com/apanashchenko/test-rail-api-client.git

Скачать testrail-api-client

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

<!-- https://jarcasting.com/artifacts/io.github.apanashchenko/testrail-api-client/ -->
<dependency>
    <groupId>io.github.apanashchenko</groupId>
    <artifactId>testrail-api-client</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.apanashchenko/testrail-api-client/
implementation 'io.github.apanashchenko:testrail-api-client:1.1.2'
// https://jarcasting.com/artifacts/io.github.apanashchenko/testrail-api-client/
implementation ("io.github.apanashchenko:testrail-api-client:1.1.2")
'io.github.apanashchenko:testrail-api-client:jar:1.1.2'
<dependency org="io.github.apanashchenko" name="testrail-api-client" rev="1.1.2">
  <artifact name="testrail-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.apanashchenko', module='testrail-api-client', version='1.1.2')
)
libraryDependencies += "io.github.apanashchenko" % "testrail-api-client" % "1.1.2"
[io.github.apanashchenko/testrail-api-client "1.1.2"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.squareup.retrofit2 : retrofit jar 2.5.0
com.squareup.retrofit2 : converter-gson jar 2.5.0
com.squareup.okhttp3 : okhttp jar 3.12.0
com.squareup.okhttp3 : logging-interceptor jar 3.12.0

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

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

test-rail-api-client

Rest API client for TestRail API(v2)

Build Status Maven Central GitHub license

TestRail API (v2) all API calls declaration

Add maven dependency to pom.xml

<dependency>
  <groupId>io.github.apanashchenko</groupId>
  <artifactId>testrail-api-client</artifactId>
  <version>1.0</version>
</dependency>

Add gradle dependency to build.gradle

compile 'io.github.apanashchenko:testrail-api-client:1.0'

Create TestRailClient client:

TestRailClient testRailClient = new TestRailClientBuilder("TESTRAIL_URL", "USER", "PASSWORD").build();

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

Версия
1.1.2
1.1.1
1.1
1.0