SMILA 1.0 API documentation

Package org.eclipse.smila.http.client.attachments

Implementations of the Attachments interface for adding binary data to JSON requests.

See:
          Description

Class Summary
AttachmentWrapper Use this class to wrap possible attachment values to provide them to the RestClient in a POST request.
RecordAttachments Use this class to provide attachments from a Record to the RestClient for a POST request.
 

Package org.eclipse.smila.http.client.attachments Description

Implementations of the Attachments interface for adding binary data to JSON requests. See also How to access the REST API with the RestClient for more information.

Since:
1.1.0

SMILA 1.0 API documentation