/resources

Explore and manage resources in the data storage.

get Returns the value of the given key. head **TODO**: Write method description options **TODO**: Write method description put Updates or Creates a value under the given key. If the key already exists, the original value will be lost. If the file format stored in ../data has a URI mapping, e.g., JSON Pointer, XML XPath, etc., then {key} may be replaced with with any valid URI to access only the associated portion of the document. If the file format stored in ../data does not have a URI mapping, then {key} may not be used. post Adds a single or set of key-value pairs to the store. If the file format stored in ../data has a URI mapping, e.g., JSON Pointer, XML XPath, etc., then {key} may be replaced with with any valid URI to access only the associated portion of the document. If the file format stored in ../data does not have a URI mapping, then {key} may not be used. delete Deletes the given key and its value. If the file format stored in ../data has a URI mapping, e.g., JSON Pointer, XML XPath, etc., then {key} may be replaced with with any valid URI to access only the associated portion of the document. If the file format stored in ../data does not have a URI mapping, then {key} may not be used. patch Patches a value under the given key. If the file format stored in ../data has a URI mapping, e.g., JSON Pointer, XML XPath, etc., then {key} may be replaced with with any valid URI to access only the associated portion of the document. If the file format stored in ../data does not have a URI mapping, then {key} may not be used.

/changes

/configurations

Explore and manage farm configuration data such as fields, machines, etc. Eventually this data will help directly query resources.

/about

A document that describes the current user and session.

/users

The list of all users known to the current user.

/groups

The list of all groups defined by the current user.

/authorizations

The list of all active authorizations, e.g., tokens, for the current user.

/.well-known