TestRail API client


License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.apanashchenko
ArtifactId

ArtifactId

testrail-api-client
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

TestRail API client
TestRail API client
Project URL

Project URL

https://github.com/apanashchenko/test-rail-api-client
Source Code Management

Source Code Management

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

Download testrail-api-client

How to add to project

<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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();

Versions

Version
1.1.2
1.1.1
1.1
1.0