RAML Tutorials for Beginners and Experts [Videos]

What Is RAML?

RAML is Rest API Modeling Language, based on YAML, for describing your APIs. It is basically used to describe your API, which can be easily readable by humans and computers. It basically focuses on describing your API resources, methods, parameters, media types, etc.

Here is a video tutorial explaining how to write basic RAML.