Sugar Network/API: Difference between revisions
| Line 17: | Line 17: | ||
* ''ACTION'' and a set of ''ARG''s depend on particular ''RESOURCE''. | * ''ACTION'' and a set of ''ARG''s depend on particular ''RESOURCE''. | ||
If request needs to send data, it should send Python dictionary converted to [[Wikipedia:Json|JSON]] notation. | |||
Server all time replies with dictionary in JSON notation. If request was failed, the replied dictionary will contain {{Code|request}}, with original request, and {{Code|error}}, with error message, keys. Otherwise, dictionary keys in response will be set accordingly to the particular request. | |||
== Commons == | == Commons == | ||