Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Raml 1.0 (not 0.8) HTML generator? [closed]

Somebody knows if is there a version of raml2html to Raml 1.0? I found only tools for Raml 0.8, like raml2html or raml2md, but doesn't working for Raml 1.0.

like image 424
Jessé Pinheiro Avatar asked Nov 30 '15 11:11

Jessé Pinheiro


People also ask

What is RAML specification?

The RAML specification (this document) defines an application of the YAML 1.2 specification that provides mechanisms for the definition of practically-RESTful APIs, while providing provisions with which source code generators for client and server source code and comprehensive user documentation can be created.

How do you write data types in RAML?

You can define a type at the beginning of your RAML file, and you can later reference that same type to describe the body of as many API requests or responses as you need. You can even define a data type to inherit properties of another type within your API.


1 Answers

The owner of raml2html and raml2md has left and the two repos are not in maintainance now.

raml2html and raml2md depend on raml2obj, and raml2obj depends on raml-parser, which only supports 0.8 right now. The new raml parser is raml-js-parser-2, however it's still at a beta state

like image 88
wwulfric Avatar answered Oct 21 '22 15:10

wwulfric