Skip navigation links

Package no.tellu.findit.client.api

Java wrapper for Tellu Smart Platform REST API.

See: Description

Package no.tellu.findit.client.api Description

Java wrapper for Tellu Smart Platform REST API. The wrapper creates correct URLs and bodies for the HTTP transactions, has class representations for central entities like account description and filter, and handles transaction logic and state for things like iterating over data sets. Data is exchanged in JSON format, and this wrapper uses the org.json Java JSON wrapper, representing resource objects with the JSONObject class.

A Service or AsyncService object is used to establish a session and execute transactions. All transactions are done within the context of a customer, which is the account entity of the API. A transaction is represented as an object, with classes for GET, POST, PUT and DELETE used to specify transactions for the Service to execute. The available resource types are defined by the Resources enum. Refer to the REST API documentation for documentation of the resource properties.

Author:
Lars Thomas Boye, Tellu AS
See Also:
API documentation
Skip navigation links