Tutorial Cookbook API
home
This RAML specification describes a Cookbook, a service that helps users organize ingredients and recipes so that users can easily find recipes for the foods they like to prepare. This API allows users to use the create, read, update, and delete (CRUD) operations for single and multiple recipes and ingredients. The API also allows you to view recently added recipes.
The API is exposed as a SOAP Service using a WSDL file, as a Rest API with a RAML file, and through a Java SDK. To consume the SOAP version and the SDK just make the request to the address: http://devkit-cookbook.cloudhub.io/soap
How to open this RAML in Studio?
You can reference a RAML file directly from HTTP Connector by following the steps listed here.