Skip to content

Handles generation of an authentication token and submission to the StuRents API in Java

License

Notifications You must be signed in to change notification settings

sturents/api-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StuRents API Helper

Installation

Install using maven. Can be tested using com.sturents.api.Cli by running:

java -cp /path/to/jar/file com.sturents.api.Cli LANDLORD_ID API_KEY /path/to/file.json

With the arguments in capitals replaced by their respective values.

Send data to StuRents

import com.sturents.api.SendHouses;

...

String response = SendHouses.run(landlord_id, api_key, json);

About

Handles generation of an authentication token and submission to the StuRents API in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages