Worcade API client

A library for interacting with the Worcade API

Лицензия

Лицензия

Категории

Категории

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

Группа

net.worcade
Идентификатор

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

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

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

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Worcade API client
A library for interacting with the Worcade API
Система контроля версий

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

https://github.com/Worcade/api-client-java

Скачать api-client

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.25

runtime (1)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 27.0-jre

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

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

api-client-java

Client library for the Worcade public API, in Java

Basic usage

Obtain a Worcade instance using the builder method. Log in using the loginUserByEmail endpoint and your existing Worcade account. Then use the various getApi methods to make requests.

For code examples, see the examples package

Runtime requirements

To use this library, a HTTP client and a JSON provider must be available at runtime. An implementation using Jersey Client and Jackson is available in the jersey-client module, but it should be possible to substitute other implementations. To do so, implement the WorcadeClientBuilder interface and return a subclass of WorcadeClient.

To run with the Jersey client, use these dependencies:

compile 'net.worcade:api-client:1.0.0'
runtime 'net.worcade:api-client-jersey:1.0.0'

License and contributors

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

Версия
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0