To Define the RAML
Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations. |
The following procedure describes how to define a RAML-based API in Studio. Alternatively, you can use any text editor to create the API definition, and then drag the file into the src/main/api
folder of the Studio project. Using Design Center is recommended if you have the Crowd Release.
-
In the Package Explorer, right-click the project name, then select New > RAML API Definition.
The New RAML API Definition dialog appears.
-
Accept the default location
src/main/api
and enter a name in File Name. -
Enter RAML. Optionally, use the following keyboard shortcuts:
-
CTRL +spacebar to auto-complete RAML entries
-
Command+O (CTRL+O in Windows) to open an Outline View of the RAML Editor
-
-
Click Finish.
Studio creates and opens a new file in the
src/main/api
folder in your project. -
Add the RAML.