canmove, Confirmed users
1,173
edits
(Created page with '= Weave 1.0 API = Release Date: TBD = Weave Basic Object (WBO) = A Weave Basic Object is the generic wrapper around all items passed into and out of the Weave server. The Weave …') |
|||
Line 92: | Line 92: | ||
Weave uses HTTP basic auth (over SSL, so as to maintain password security). If the auth username does not match the username in the path, the server will issue an [https://wiki.mozilla.org/Labs/Weave/1.0/ResponseCodes Error Response] | Weave uses HTTP basic auth (over SSL, so as to maintain password security). If the auth username does not match the username in the path, the server will issue an [https://wiki.mozilla.org/Labs/Weave/1.0/ResponseCodes Error Response] | ||
The Weave API has a set of [https://wiki.mozilla.org/Labs/Weave/0 | The Weave API has a set of [https://wiki.mozilla.org/Labs/Weave/1.0/ResponseCodes Weave Response Codes] to cover errors in the request or on the server side. The format of a successful response is defined in the appropriate request method section. | ||
== GET == | == GET == |