pokemock
pokemock copied to clipboard
A mock server generated from a Swagger file
Bumps [swagger-ui](https://github.com/swagger-api/swagger-ui) from 2.2.10 to 3.24.0. Release notes *Sourced from [swagger-ui's releases](https://github.com/swagger-api/swagger-ui/releases).* > ## Swagger UI 3.24.0 Released! > ##### Changelog > > * feature: add PKCE support for OAuth2...
New role: It's possible use the swagger example
> definitions: ResultSetDtoV1: type: object discriminator: total # this is only used to make inheritance work required: - pagination properties: pagination: type: object required: - offset - count - limit...
Full dereference and minimization of Swagger-Files is flawed. Some obscure but valid Swagger files with circular references are not properly minimized. Generally, by fully dereferencing a Swagger file, we lose...
It's unpredictable and buggy right now. Maybe even remove it as the heuristics are very blurry looking at real-world APIs.
Implement a mode where seeds are computed from the complete request and therefore make request/response pairs predictable. Only header parameters mentioned in the swagger documentation should be taken into account;...
Sometimes assigns the POST body from the request to the response, even though the response schema is completely different.
Unsure whether the object memory feature needs some sort of garbage collection.