com.github.zaza:allegro-client

Java client for Allegro Web API

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.zaza
ArtifactId

ArtifactId

allegro-client
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.zaza:allegro-client
Java client for Allegro Web API
Project URL

Project URL

https://github.com/zaza/allegro-client
Source Code Management

Source Code Management

http://github.com/zaza/allegro-client

Download allegro-client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.zaza : allegro-webapi jar 0.0.6
commons-codec : commons-codec jar 1.10
com.google.guava : guava jar 21.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0

Project Modules

There are no modules declared in this project.

Allegro Client


Travis CI status

A Java client for Allegro.

<dependency>
    <groupId>com.github.zaza</groupId>
    <artifactId>allegro-client</artifactId>
    <version>0.0.4</version>
</dependency>

Sample usage:

new AllegroClient(<login>, <password>, <webapikey>)
	.searchByString("xbox one").priceTo(500).condition(Condition.USED).search()
	.stream().forEach(i -> System.out.println(i.getItemTitle());

Go here for open issues and upcoming features.

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1