-
Hi @AlecAivazis,
thank you for creating this great library.
I used it a lot in my work project, but I have now reached a point, where I spend a lot more time debugging than implementing features. …
-
## 版本号
~ 1.5.14
## 什么问题
~json schema 不支持数组模拟
## 如何复现此问题
`{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://example.com/product.schema.json",
"title": "Prod…
-
Hi, first this is a very cool project. If you like we can feature it on our "Sneak Peek" section in our forum and make a bit fuzz around that? What do you think? Are you actively planning to work on i…
-
Instructions say to add a credit card:
>Payment.
>Add a credit card, if one is not already stored on your WordPress.com account. A method of payment must be on file if you wish to print labels.
…
-
---
# Add unit tests for ProxyServer in internal/proxy/proxy.go
## Description:
Create comprehensive unit tests for the ProxyServer struct and its methods in the `internal/proxy/proxy.go` file. Th…
-
Hi @guregu ,
Thank you for maintaining the package, it is much appreciated.
I would like to ask if there has been a consideration around using interface types instead of struct types to make it …
-
The following points have been raised when the tool was being presented:
- The examples could be more accessible
-
I've tried the opencli with a "imposter" mock server that I ran on the same swagger.yaml.
The command to run the mock server, assuming you have a `swagger.yaml` in CWD:
```bash
$ echo '{"plugin"…
-
I have an endpoint that will return a octet-stream as follows, but the response will be json instead of octet-stream
```
responses:
"200":
description: The requested proper…
-
Hi,
Maybe it's not possible, but I'm trying to serve multiple mocks under same path but without success.
I have multiple openapi spec files and I need to create a unique mock server
The only way I …