Skip to content

Sending XDI messages to an XDI endpoint

peacekeeper edited this page Nov 18, 2014 · 5 revisions

The xdi2-client component's main purpose is to send XDI message envelopes to XDI endpoints, in order to retrieve or modify data in an XDI graph.

Multiple messages can be sent in a single message envelope. Messages contain operation such as $get, $set, or $del.

Messages contain references to link contracts, which authorize the operations. Messages optionally contain authentication materials, such as a secret token or cryptographic signature.

Interfaces and Classes

Example

For an example, see:

Clone this wiki locally