Skip to content

zeusbaba/discourse-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discourse-api-client

Discourse API client for Java

works also on Android platform!

Goal is to implement simple & readable Java code, reusable to communicate with Discourse API endpoints.

How to use?

  • option.1: you can download the latest jar from releases
  • option.2: git clone, then import as maven project!
    mvn clean install
    will generate the snapshot jar library.

Example usage? [here it is!] (https://github.com/wareninja/discourse-api-client/blob/master/src/ExampleUsage.java)
... and read the source luke!

Packages

No packages published

Languages