tsoa icon indicating copy to clipboard operation
tsoa copied to clipboard

Build OpenAPI-compliant REST APIs using TypeScript and Node

Results 167 tsoa issues
Sort by recently updated
recently updated
newest added

## Sorting - **I'm submitting a ...** - [ ] bug report - [X] feature request - [ ] support request - I confirm that I - [X] used the...

help wanted

We're looking to feature companies in the readme (and potentially in our upcoming website). So if your company would be willing to have their logo featured in our readme, it...

help wanted

Both eslint and typescript-eslint have a bunch of useful rules we had to turn off when switching from tslint although they very helpful. An incomplete list, mostly geared towards the...

help wanted
good first issue

## Sorting - **I'm submitting a ...** - [v] bug report - [ ] feature request - [ ] support request - I confirm that I - [v] used the...

bug
help wanted

The `@Example` decorator doesn't work when providing Date objects with the `(year: number, month: number, date?: number, hours?: number, minutes?: number, seconds?: number, ms?: number)` constructor. ## Sorting - **I'm...

help wanted

Generally, I'm using @Body() to receive data. But if I try to FormData [@UplodedFile() and @FormField() together ], I'm losing validation with interfaces, which makes development a lot easier. I...

help wanted

A synchrnous controller with no inputs and a simple interface response gets imported, but unused in the generated routes.ts and is totally missing from swagger.json. ## Sorting - **I'm submitting...

help wanted

I have an API that returns a buffer, in the same way as it's done here: https://github.com/lukeautry/tsoa/blob/b3dca8593770fa8d698ed745ed96932b8e8b2d13/tests/fixtures/controllers/getController.ts#L182 However, the response I receive looks like this: ```json {"type":"Buffer","data":[116,101,115,116,98,117,102,102,101,114]} ``` ## Sorting...

bug
help wanted
good first issue

## Sorting * **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request * I confirm that I - [x] used the...

help wanted

Running `tsoa spec` with comments contain [JSDoc Tag](https://jsdoc.app/tags-author.html) `@author`, I get the following message: ```bash Generate swagger error. Error: tag.comment.startsWith is not a function in 'Controller.function' ``` ## Sorting -...

bug
help wanted
good first issue