
swivel4j
Swivel4J provides native Java access to the Swivel API so you don't have to worry about finding and using a REST client to interact with Swivel. Being a Java library, it can also be used within Groovy and Scala programs.
The Swivel Chart API enables you to easily create, update, and delete charts. The API returns XML responses via a REST interface which Swivel4J simply converts into simple POJOs.
See https://business.swivel.com/developers
Dependencies: * Commons HTTP Client (http://hc.apache.org/httpclient-3.x/) * Commons Lang (http://commons.apache.org/lang/)