David Ethell

Results 24 comments of David Ethell

We can close this since it really isn't an active issue.

the getPath function is part of AFHTTPClient.h from which the LinkedInClient inherits.

The biggest change I'd love going forward is a more explicit way to manage proxying endpoints. All or nothing proxy is ok, but in practice we'll want to proxy most...

Here's your answer to how to use it in `npm` so you get it managed by dependabot as a dependency: In drop the `@latest` from your script: ``` "mockapi": "npx...

Regarding your hot reloading issue, you should not be seeing the behavior you're seeing. A change to any of your path endpoint files will trigger a reload and/or a change...

> * **Multiple APIs**: We have multiple internal/external services that we are mocking. It would be great to run the server over multiple generated clients (with different base URLs) What...

Yes, specifically, if a `basePath` is defined in the OpenApi doc, use that as your hosted path. @kaikun213 would you see it that way or do you want it to...

This will be a great feature. Swagger UI is all well and good, but this ticket moves toward a UI that is tailored to what Counterfact is capable of such...

I do think the renaming is better. Not so worried about the breaking change, pre-1.0 but rather than supporting both, what about a migration script that just moves everything to...

I poked around the OpenApi documentation and couldn't see anything for 2.0 or 3.0 that provided a mechanism for a collection of OpenAPI schemas. Can we just have multiple instances...