Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 969 Bytes

apikit-create.adoc

File metadata and controls

20 lines (15 loc) · 969 Bytes

To Create a New APIkit Project

This procedure launches the new project and generates a Main flow with an HTTP Listener, an APIkit Router, and references to flows to handle errors. The project support REST resources and methods. These flows, aptly called skeleton flows, are the bare minimum needed to support the RAML specification. The RAML file imported by this procedure resides in src/main/api.

  1. Download the example file to your local drive:

    https://docs.mulesoft.com/apikit/v/3.x/_attachments/api.raml[api.raml].

  2. Under the File menu, select New > Mule Project.

  3. In the New Mule Project wizard, enter a Name, myproject for example, Mule Runtime 3.8.0.

  4. Check Add APIkit Components. In the RAML File field, browse to and select the downloaded api.raml file.

    apikit-tutorial-3e0e4
  5. Click Finish.

See Also