Skip to content

ho-dev/hattrick-java-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hattrick-java-api

Java library for Hattrick developers!

Wrapper for CHPP requests to Hattrick API

Usage:

HattrickApi hattrickApi = new HattrickApi(<customerKey>, <customerSecret>,
                       <accessToken>, <accessTokenSecret>);

 WorldDetails worldDetails = hattrickApi.worldDetails().execute()

Builders for passing parameters:

 HattrickApi matchLineUp = apiExecutor.matchLineUp().matchId(<match_id>).teamId(<team_id>).execute();

At the current point, supported only few 'files', feel free to add more, or to ask me to do so :)

Also feel free for contacting with me: [email protected]

About

Java wrapper for CHPP requests to Hattrick API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%