Sugar Network/Resources: Difference between revisions

No edit summary
No edit summary
Line 14: Line 14:
* ''enum'', is an enumerated type when a value is a string from the predefined list of constants;
* ''enum'', is an enumerated type when a value is a string from the predefined list of constants;
* ''markdown'', is a string formatted in the [[Wikipedia:Markdown|Markdown]] syntax;
* ''markdown'', is a string formatted in the [[Wikipedia:Markdown|Markdown]] syntax;
* ''blob'', is a file represented by string value which is a [[Wikipedia:Sha1|SHA-1]] digest of file's content; the file itself can be obtained from the {{Code|'''GET''' /blobs/''DIGEST''}} request.
* ''blob'', is a file represented by string value which is a [[Wikipedia:Sha1|SHA-1]] digest of file's content; the file itself can be obtained from the {{Code|'''GET''' /blobs/''DIGEST''}} request;
* ''aggregated'', is a list of JSON objects which has [[Sugar_Network/API#Aggregated_properties|special API]] to create, or, delete its items.


<div id="resource-author"></div>
<div id="resource-author"></div>