Changeset 180
- Timestamp:
- Apr 20, 2011, 7:22:58 PM (13 years ago)
- Location:
- trunk/docs/api
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/api/examples.txt
r140 r180 24 24 call the Execute method on such an instance. Then you'll just need to return a JavaScript 25 25 object containing the attributes result and outputs, which I'm sure you already know 26 what is about. The first is about the status of the process (can be ZOO.SERVICE_ 27 SUCEEDED,ZOO.SERVICE_FAILED ad so on), the last is obviously the resulting maps (take a26 what is about. The first is about the status of the process (can be ZOO.SERVICE_SUCEEDED, 27 ZOO.SERVICE_FAILED and so on), the last is obviously the resulting maps (take a 28 28 look at the maps internal data structure used by ZOO Kernel in service.h). 29 29 -
trunk/docs/api/zoo-request.txt
r178 r180 42 42 43 43 | ``url {String}`` The URL to request. 44 | ``body {String}`` The request s body to send.45 | ``headers {Object}`` A key-value object of headers to push to the request s head44 | ``body {String}`` The request's body to send. 45 | ``headers {Object}`` A key-value object of headers to push to the request's head 46 46 47 47 *Returns*
Note: See TracChangeset
for help on using the changeset viewer.