java-sdk/sdk
mestizoLopez ee1af6cb1c Adding new methods for Http Client (#60)
* Adding new methods for Http Client

* Finishing implementation for HttpClient

* Adding JavaDoc and Changing return Type to new Methods

* Using ObjectSerializer and changing Constants values
2019-12-28 16:52:49 -08:00
..
src Adding new methods for Http Client (#60) 2019-12-28 16:52:49 -08:00
checkstyle-java.xml Improved async call to okhttp. Former solution just wrapped a blocking call, now we using asynch call and collect the results via callbacks. Mono's are created based on the result. This make more efficient use of the resources since nothing is blocking now. Reformatted according new checkstyle (#48) 2019-12-16 15:43:06 -08:00
pom.xml Faster JSON building + separate auto-gen jar + tests. (#55) 2019-12-19 12:58:58 -08:00