Needish API needs.helps
Returns up to 100 helps for the given need, ordered by date of creation.
method url: http://api.needish.com/needs/helps.format
HTTP Authentication
This method requires AuthenticationParameters
| need_id Required | The id of the requested need |
| limit Optional (default=20) | Limits the number of helps to retrieve. |
| page Optional (default=1) | The page to retrieve. |
| since Optional | Returns helps created after the specified date. |
Examples
Using curl
curl -u name:password http://api.needish.com/needs/helps.xml?api_key=<your_api_key>&need_id=73150&limit=20
A Google Group has been created to discuss Needish API related topics. To keep updated with the API development, and discuss API related topics, suscribe to http://groups.google.com/group/needish-api
