/
REST Clients
REST Clients
Overview
Documents the REST client.
This is a placeholder page with basic information and will be developed to fully document this aspect of the system.
Details
The REST service interface is also implemented by a java-based client that can be used to programmatically interact with the rest services using exactly the same parameters. This facilitates both ease of using the API to build small or demonstration applications, and it also serves the purpose of being the basis of a complete sest of integration tests that run against known sample data and validate all calls.
TODO: more code, examples, explain interaction with security service and auth token
TODO: documentaiton on config properties, including base.url
References/Links
- n/a