-
Taken from the docs:
```
// Example
public class CatExample : OpenApiExample
{
public override IOpenApiExample Build(NamingStrategy namingStrategy = null)
{
this.Examples.Add(…
-
I'm trying to write some unit tests of code that uses typeorm without hitting the DB. I'm using `getRepository` in the code to do stuff.
In my tests ideally I'd like to call `getRepository(SomeEnti…
-
Due to https://github.com/webcompat/webcompat.com/issues/3118 we get an error on https://webcompat-dashboard.herokuapp.com/triage?direction=desc&sort=created&view=card
But, is it possible for the A…
-
While running prism mock server with OpenApi 3.0 specification a nullable field is returned with the value `"string"` instead of `null` in the HTTP response body.
## Context
The OpenApi spec `http…
-
Refs: https://medium.com/@axelhodler/integration-tests-for-third-party-apis-dab67c52e352
-
I doubt everyone will read this and I don't know if this belongs here, but I need a bit of an advice and I'm having quite a hard time figuring this out as JS seems a bit painful to me. Say, we send a …
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Which advantages brings Feign compared with [JAX-RS Client](https://java.libhunt.com/compare-feign-vs-jersey), [OkHttp](https://github.com/square/okhttp), [UniRest](http://unirest.io/java.html), `Retr…
-
Problem statement: Seems like pirant is compatible to only py2.7 currently. We should make it compatible for 3.4 and above also.
Solution suggested: @AmirAliM suggested on using SIX package
Scope …
-
My team has been experimenting with [record and playback](http://wiremock.org/docs/record-playback/), and we noticed that the `url` field in the produced JSON is populated only with the path that is c…