Skip to content

mitaketw/qmi-openapi-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qmi-openapi-java

Maven Central

Qmi OpenAPI for Java

Dependency

<dependency>
  <groupId>tw.com.mitake</groupId>
  <artifactId>qmi-openapi</artifactId>
  <version>0.2.1</version>
</dependency>

How to use

AT FIRST

Qmi qmi = Qmi.init("token");

Send a message to timeline

qmi.postToTimeline("Hello World");

Private cloud or developing

Indicate baseUrl

Qmi qmi = Qmi.init("token", "https://baseUrl.com");