Viljami Kuosmanen

Results 92 comments of Viljami Kuosmanen

Fixed the border colour in fced17e to be the same as other icons. Not sure why GraphQL has a different border?

agreed, PRs accepted

Wanna contribute this as a GitHub Actions automation?

You can use tools like `openapi-typescript` or `dtsgenerator` to establish this. :) Feel free to suggest ways to integrate these tools into openapi-backend

Hi @harshveers! openapi-backend currently only compiles requestBody validators for schemas listed under `application/json` content https://github.com/anttiviljami/openapi-backend/blob/master/src/validation.ts#L556 PRs are accepted if you feel like `application/vnd.api+json` should also be handled

Currently there is no equivalent of `preResponseHandler`. Closest thing to what you're describing would be a [security handler](https://github.com/anttiviljami/openapi-backend/blob/master/DOCS.md#security-handlers), but that's really meant to be specific for authorizing requests against OpenAPI...

Amazing! Thanks for bringing this to my attention @rehanvdm 💪