feTS icon indicating copy to clipboard operation
feTS copied to clipboard

🗹 TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience

Results 53 feTS issues
Sort by recently updated
recently updated
newest added

Instead of handling broken and invalid or huge (breaks TS Server and IDE)OpenAPI schemas in feTS Client typings And many more things before getting feTS running; We can offer a...

**Is your feature request related to a problem? Please describe.** A common practice in REST-style APIs is to use a header (e.g. `x-api-version`) to specify which API version you want...

## feTS roadmap > 💡 This page's content and the list of tasks is synced automatically from [The Guild](https://the-guild.dev)'s Notion. We are open sourcing our roadmap and tasks because we...

**Is your feature request related to a problem? Please describe.** @beerose I watched a youtube video, and it looks like fets is perfect for the project we are starting. Thank...

Bumps [@pulumi/awsx](https://github.com/pulumi/pulumi-awsx) from 0.40.1 to 2.10.0. Release notes Sourced from @​pulumi/awsx's releases. v2.10.0 What's Changed Propagate subnet tags for explicit strategy by @​flostadler in pulumi/pulumi-awsx#1288 Add Security Group to NLBs...

javascript
dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.9.0 to 7.10.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.10.0 7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760) 🩹 Fixes eslint-plugin: [prefer-regexp-exec] fix heuristic...

javascript
dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`7.18.0` -> `8.8.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.18.0/8.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

**Describe the bug** My openapi spec has an object type but on my fets client is showing only `undefined`. **To Reproduce** Steps to reproduce the behavior: Generate an openapi with...