Models
Model structures for making the various types of requests, and receiving the expected responses are also provided. Request and response structures accept user define data models subject to some constraints. See the model unit test suite for details on using the provided models.
api lower level API for interacting with the service.
request root folder with the structures that conform to the protocol. Models that accept references to user defined data are also available when creating/updating data. See
CreateWithReference
structure in create.hpp for instance.response root folder with structures that conform to the service responses.
respository repository interface for interacting with the service. See integration test suite for examples of usage.