25 packages
api-console
The API Console to automatically generate API documentation from RAML and OAS files.
api-designer
A web editor for creating and sharing RAML API specifications
client-oauth2
Straight-forward execution of OAuth 2.0 flows and authenticated API requests
maradona
Diego Armando Maradona
@mulesoft/mcp-server
Mulesoft MCP Server
@mulesoft/request-error-handler
Standardized error handler for rendering API responses with i18n
osprey
Generate an API proxy from a RAML definition, which can be used locally or globally for validating API requests and responses
osprey-method-handler
Middleware for validating requests and responses based on a RAML method object
osprey-mock-service
Generate an API mock service from a RAML definition using Osprey
osprey-resources
Automatically support RAML resources
osprey-router
Simple middleware-style router for RAML based on router
raml-1-parser
DEPRECATION NOTICE: please note that this parser is now deprecated, please use [webapi-parser](https://github.com/raml-org/webapi-parser) instead.
raml-client-generator
Template-driven generator of clients for APIs described by RAML
raml-generator
Generate files from a RAML document and template functions
raml-javascript-generator
Generate a JavaScript API client from RAML
raml-object-interface
An abstract interface to a standard RAML object representation
raml-object-standard
A standardized RAML object representation using JSON schema
raml-object-to-raml
Takes a RAML object in JavaScript and emits properly-formatted RAML (text).
raml-parser
A RAML parser based on PyYAML written in CoffeScript and available for use as NodeJs module or in-browser.
raml-path-match
Path matching utility based on the RAML spec
raml-sanitize
Sanitization of RAML parameters into strict values
raml-validate
Strict validation of RAML parameters
request-error-handler
Standardized error handler for rendering API responses with i18n
strands
Simple, light-weight string building for JavaScript
swagger-to-raml-object
Takes a swagger spec and converts it into a RAML JavaScript object, usually for conversion to RAML.