ibmmaximorestjsonapis / maximorestclient

The Maximo REST client library provides a set of driver API's which can be consumed by an JAVA based web component that would like to interface with a Maximo instance.
Apache License 2.0
42 stars 43 forks source link

Some improvements to Maximo Rest Client #1

Closed gabrieljesus closed 7 years ago

gabrieljesus commented 8 years ago

Added the "getLastReponseCode()" method Fixed the "valid" variable for "connect()" and "disconnect()" methods Removed the get request on "connect()" method that uses "version()" and "userInfo()" methods (these methods were commented)