counterfact icon indicating copy to clipboard operation
counterfact copied to clipboard

OpenAPI / Swagger to TypeScript generator and mock server

Results 44 counterfact issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-hardcore/45.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
npm

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

dependencies
npm

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....

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement
brainstorm