Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

RAML

RAML - Yaml format

< >

RAML, aka RESTful API Modeling Language, is a yaml format created in 2013.

#253on PLDB 10Years Old 6.5kUsers
1Books 0Papers 4kRepos

RAML Specification


Example from Linguist:
#%RAML 0.8 title: World Music API baseUri: http://example.api.com/{version} version: v1 traits: - paged: queryParameters: pages: description: The number of pages to return type: number - secured: !include http://raml-example.com/secured.yml /songs: is: [ paged, secured ] get: queryParameters: genre: description: filter the songs by genre post: /{songId}: get: responses: 200: body: application/json: schema: | { "$schema": "http://json-schema.org/schema", "type": "object", "description": "A canonical song", "properties": { "title": { "type": "string" }, "artist": { "type": "string" } }, "required": [ "title", "artist" ] } application/xml: delete: description: | This method will *delete* an **individual song**

Books about RAML from ISBNdb

title authors year publisher
Hands-on MuleSoft Anypoint platform Volume 1: Designing and Implementing RAML APIs with MuleSoft Anypoint Platform (English Edition) Nachimuthu, Nanda 2020 BPB Publications
sass.html 路 raml.html 路 restructuredtext.html

View source

- Build the next great programming language Search Day 214 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com