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

Changes to support Android. #18

Closed stuckless closed 6 years ago

stuckless commented 6 years ago

While Android uses Java 1.8 it does not include the full suite of Java APIs. This change refactors the code to use commons-codec for base64 support which can be used on Android and any other java application.