Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 763 Bytes

apikit-retrieve-raml-37-task.adoc

File metadata and controls

19 lines (15 loc) · 763 Bytes

To Retrieve RAML Resources (APIkit 3.7.x)

The following procedure describes how to retrieve the RAML definition of an API generated by APIkit 3.7.x and earlier. The API must be deployed and accessible, not blocked by a policy for example. You can use an HTTP client, such as Postman, to obtain the RAML definition.

  1. Set up a GET request.

  2. Use the following syntax to construct the URL:

    <baseURL>/console/api/?raml

  3. Set a Headers key to Accept and the value to application/raml+yaml.

  4. Send the request.

    The RAML code and any included files appear in the Body section.

    apikit-using-adf02