counterfact
counterfact copied to clipboard
OpenAPI / Swagger to TypeScript generator and mock server
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-hardcore](https://togithub.com/EvgenyOrekhov/eslint-config-hardcore) | [`41.3.0` -> `45.6.0`](https://renovatebot.com/diffs/npm/eslint-config-hardcore/41.3.0/45.6.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.57.0` -> `9.9.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.9.0) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/pmcelhaney/counterfact). ## Config Migration Needed - [ ]...
The `.proxy [on|off]` command enables the proxy to be enabled or disabled at runtime. At times, it's useful to be able to turn the proxy on only for particular endpoints....
Inspired by #890 There may be cases where a particular file should not be overwritten by Counterfact. In the above case, it's due to a bug which I intend to...
This is a big feature that I'm planning to add when I have time: a UI to test APIs, like Postman or Swagger UI, but tightly integrated with Counterfact. https://excalidraw.com/#json=CplFCBf9HAr21mu7mkIlY,jubAooSwZ5_4-1Bt4xNavQ...
After more than 2 years of development, I'm excited to announce that Counterfact 1.0 will be released on May 1! **I cannot stress enough how much I value your feedback.**...
A fairly simple change: - `path-types` -> `types/paths` - `components` -> `types/components` - `paths` -> `routes` I think it will be easier to understand what's what. The structure of the...
Per the OpenApi spec binary responses are allowed: https://swagger.io/docs/specification/describing-responses/ v3 says to use `"type": "string"` but with `"format": "binary"`. v2 says to use just `"type": "file"` Not sure how best...
There ought to be a way to add behavior that applies to all routes or all routes within a directory. This will be useful for use cases like handling authentication...