Recipe REST API Examples
Use Recipe REST API examples to perform tasks.
While using the Recipe REST API, remember:
- Request parameters can be included as part of the Recipe REST API resource URL, for example, /wave/recipes?q=searchtext. A request body is a rich input that can be included as part of the request. When accessing a resource, you can use either a request body or request parameters. You can’t use both.
- With a request body, use Content-Type: application/json or Content-Type: application/xml.
- With request parameters, use Content-Type: application/x-www-form-urlencoded.