mock-server
Here are 357 public repositories matching this topic...
It was non-obvious to me that the parameters supplied to the model via the withTransformerParameter would be under a "parameters" key rather than the raw key supplied in the DSL call. I think it would be helpful to have an explicit example in addition to the several request based examples.
I'm happy to raise a PR to the docs if this seems like a good idea.
refer: microsoft/vscode#27950 (comment)
cc @kirksl
note that today you can do things like print foo in the debug terminal input / REPL as a workaround
Hi, I've been using SBT, the Scala build tool, and I have a few tips on how to use it with MockServer. How is the HTML documentation managed? Do you use a particular HTML editor? Would the normal PR submission process work?
You must use KubernetesDeserializer.registerCustomKind in order to successfully watch CustomResourceDefinitions, as implemented in CRDExample. Yet this type is in a package named "internal". Does this imply it shouldn't be used by library users? Sh
User story.
As a developer, I can change a referenced example file, so that I can see the changes after a request to prism.
Is your feature request related to a problem?
Prism only watches the spec file for changes and even if it changes, it doesn't reload referenced examples. This is useful because spec files can get extremely big so $ref usage is a must to keep it manageable.
Verbose logging
-
Updated
Mar 17, 2020 - Go
-
Updated
Nov 3, 2018 - TypeScript
Current docs shows this as an example:
const fetchRouter = new Router({
strategies: ['fetch']
});
Which is wrong, since that argument should be the second one, not the first one.
A proper example would be:
const fetchRouter = new Router(
{} , // interceptor options
{
strategies: ['fetch']
}
);
-
Updated
May 10, 2020 - Python
-
Updated
Feb 29, 2020 - HTML
Creating a new issue just to keep tabs.
#120
Related to the above pull request.
Need an option in drakov.run to watch the md files and reload.
Similar to:
grunt.registerTask('mock-api', 'Start drakov server', function() {
var done = this.async();
var drakovOptions = {
sourceFiles: './doc/*.md',
serverPort: 3000,
autoOptions: true,
delay: 1000,
watch: true
};
drakov.run(drakovOp
Hello
First of all, thank you open-sourcing your code, I understand it is not easy to maintain in wild public. I am deciding which mock server generator from OpenAPI v3 specification to use and "motivation" section in readme would really help people like me to choose.
I am expecting form such docs section to get insight why you created new library instead of using already existing solutions
-
Updated
Jul 3, 2020 - TypeScript
-
Updated
Jul 13, 2020 - C#
-
Updated
Dec 24, 2018 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Apr 16, 2018 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 7, 2020 - Vue
-
Updated
Jun 28, 2020 - Go
-
Updated
Jan 14, 2020 - JavaScript
-
Updated
Nov 15, 2019 - Go
-
Updated
Jul 20, 2019 - JavaScript
-
Updated
Jul 4, 2020 - HTML
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
Currently the MockWebServer is always using https. Some projects may still want to use http though. So it would be nice to have that as an option when setting up Mockinizer.
I have a spec file in which the example is provided in the definition.
Just because there is no examples it doesn't send a response.
Here's an example:
---
swagger: "2.0"
info:
version: "1.0.0"
title: "Swagger Petstore"
consumes:
- "application/json"
produces:
- "application/json"
paths:
/pets:
get:
description: "Returns all pets from the system"
Improve this page
Add a description, image, and links to the mock-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mock-server topic, visit your repo's landing page and select "manage topics."


New Issue Checklist
OHHTTPStubsfor your project section