RAML JS WebService Generator
RAML webservice generator .. is still in development!!
See Video DEMO
Input RAML Example
#see test/fixtures/movies/api.raml #%RAML 0.8 title: World Movie API baseUri: http://example.api.com/{version} version: v1 traits: - paged: queryParameters: pages: description: The number of pages to return type: number schemas: - actor: !include ../../../test/fixtures/movies/actor.schema - genre: !include ../../../test/fixtures/movies/genre.schema - movie: !include ../../../test/fixtures/movies/movie.schema - news: !include ../../../test/fixtures/movies/news.schema - autor: !include ../../../test/fixtures/movies/autor.schema /movie: get: responses: 200: body: application/json: schema: "Movie[]"
Output Schema
Example Output Project
UI Screenshots