osprey-mock-service icon indicating copy to clipboard operation
osprey-mock-service copied to clipboard

Generate an API mock service from a RAML definition using Osprey

Results 16 osprey-mock-service issues
Sort by recently updated
recently updated
newest added

Allows specifying preferred responses by adding HTTP header

cla:signed

Ex - if the api response is [ {"id":"someId", "name":"someName"}, {"id":"someId1", "name":"someName2"} ] the mock-server returns empty object i.e {} but if i make the api response { "temp":[ {"id":"someId",...

## The dependency [raml-1-parser](https://github.com/raml-org/raml-js-parser-2) was updated from `1.1.52` to `1.1.53`. 🚨 [View failing branch](https://github.com/mulesoft-labs/osprey-mock-service/compare/master...mulesoft-labs:greenkeeper%2Framl-1-parser-1.1.53). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Hi, We're using this project for mocking api calls and we've set up json schemas with references to definitions in another file, like so: `schemas/authentication/login.json` ``` { "$schema": "http://json-schema.org/draft-04/schema", "type":...

Welcome to [Renovate](https://renovatebot.com)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...

## The dependency [osprey](https://github.com/mulesoft/osprey) was updated from `0.5.1` to `0.5.2`. 🚨 [View failing branch](https://github.com/mulesoft-labs/osprey-mock-service/compare/master...mulesoft-labs:greenkeeper%2Fosprey-0.5.2). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The dependency [yargs](https://github.com/yargs/yargs) was updated from `13.2.2` to `13.2.4`. 🚨 [View failing branch](https://github.com/mulesoft-labs/osprey-mock-service/compare/master...mulesoft-labs:greenkeeper%2Fyargs-13.2.4). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Say I have two resources: /a AND /b I want to use osprey-mock-service as a validation proxy that can: * mock requests to /a * reverse proxy requests to /b...

Hi, a query parameter that is declared as `type: array` isn't allowed to contain only one value. ```raml #%RAML 1.0 title: foo version: v0.0.1 /bar: get: queryParameters: q: type: array...

help wanted