Skip to content

zaza/allegro-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages