Fancourier API client for Java

A Fancourier API client for Java

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Fancourier API client for Java
A Fancourier API client for Java
Ссылка на сайт

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

http://github.com/andreidore/fancourier-java-client
Система контроля версий

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

http://github.com/andreidore/fancourier-java-client/tree/master

Скачать fancourierclient

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
commons-io : commons-io jar 2.6
net.dongliu : requests jar 4.17.0
org.apache.commons : commons-csv jar 1.5

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
com.github.tomakehurst : wiremock jar 2.14.0

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

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

FanCourier client for java

Table of Contents

Maven

FanCourier client is now in maven central repo.

<dependency>
    <groupId>com.github.andreidore</groupId>
    <artifactId>fancourierclient</artifactId>
    <version>0.1.0</version>
</dependency>

Usage

Create client

FanCourierClient client = new FanCourierClient("username", "client_id","password");

Get cities

List<String[]> cities=client.getCitiesRaw();
or
Map<String,Set<City>> cities=client.getCities();

Todo

  • GetCities
  • Generate awb
  • Download awb

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

Версия
0.1.0