raml-tooling topic

List raml-tooling repositories

raml-dotnet-tools

174
Stars
60
Forks
Watchers

Visual Studio extension to work with RAML and OAS (OpenAPI) specifications. You can consume REST APIs, scaffold ASP.NET implementations and extract RAML specifications from existing ASP.Net apps.

osprey-mock-service

110
Stars
35
Forks
Watchers

Generate an API mock service from a RAML definition using Osprey

raml2html

1.1k
Stars
250
Forks
Watchers

RAML to HTML documentation generator.

api-designer

1.1k
Stars
269
Forks
Watchers

A web editor for creating and sharing RAML API specifications

api-console

903
Stars
238
Forks
Watchers

An interactive REST console based on RAML/OAS files

osprey

431
Stars
66
Forks
Watchers

Generate Node.JS API middleware from a RAML definition

raml-for-jax-rs

294
Stars
183
Forks
Watchers

This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.

raml-js-parser

195
Stars
53
Forks
Watchers

(deprecated) A RAML parser based on PyYAML written in CoffeScript and available for use as NodeJs module or in-browser.

raml-java-parser

175
Stars
121
Forks
Watchers

(deprecated) A RAML parser based on SnakeYAML written in Java