Sugar Network/API: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
This page describes the | This page describes the API that Sugar Network clients use to interact with Sugar Network server. See also a guide to basic Sugar Network [[Sugar_Network/Concept|concepts]] and [[Platform_Team/Sugar_Network/Architecture|its twin page]] from technical point of view. Besides, visit the [[Sugar_Network|introduction page]]. | ||
== Overview == | == Overview == | ||
| Line 26: | Line 26: | ||
* API is being provided only via HTTP; | * API is being provided only via HTTP; | ||
* The ''AUTH-TOKEN'' is the {{Code|uid}} which is a hashed value from Sugar profile public SSH key (the same as JID value in Sugar Shell but without the domain part) that does not require any handshake procedures. | * The ''AUTH-TOKEN'' is the {{Code|uid}} which is a hashed value from Sugar profile public SSH key (the same as JID value in Sugar Shell but without the domain part) that does not require any handshake procedures. | ||
== Commons == | == Commons == | ||