webex-java-sdk
webex-java-sdk copied to clipboard
Java library for consuming RESTful APIs for Cisco Spark
We parse the timezone in the API response wrong. This is before the fix when I query any resource like people/me people/me API response "created": "2017-10-26T23:11:32.021Z", "lastActivity": "2019-02-22T19:03:25.661Z", "status": "inactive",...
Following the [documentation](https://developer.webex.com/blog/rate-limiting-with-spark-api) I've changed the Client class in order to provide a "retry mechanism" and allow to resend the request.
Added support for /calls and /call/memberships API