Ayush Ghai
Ayush Ghai
##### Description The generated client is not setting the access token in the header to the API calls, as per the security scheme mentioned in the Swagger spec. Even though...
## The Problem Currently the swagger spec generated from events does not create `tags` & `operationid` keys. Because of no tags the Swagger UI doesn't bring organised APIs. Because of...
## The Problem Currently Swagger UI opens up when the service is run but there is no way to export the docs. ## The Solution - [x] When a service...
## The Problem - [x] Bug: The generated resposnes schema of gen-crud-api does not have response status set in it. CHeck [this issue](https://github.com/godspeedsystems/gs-api-generator/issues/18) - [x] somewhat bug: In generated swagger...
## The Problem Current gs-node-service test cases are failing. To investigate and fix
## The Problem Sometimes we need to keep multiple versions of the same API in a codebase. This typically involved a different base path for each api like /v1/user/:userid, /v2/user/:userid...
Currently there is no way to access output of the event handler and the last task that executed - [ ] Set result of eventhandler and make available to on_response_validation_error...
### Bug description This used to work perfectly till Prisma 5.11.0 When I generate client using `prisma generate` command, the generated client has now started giving this issue. ## Source...