We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should consider options for strongly typing API request body & response formats.
Ideally this should be shared between BE & FE developers in some way, and on FE avaiable i.e. as Typescript interfaces.
The text was updated successfully, but these errors were encountered:
One option I can think about when dealing with Django BE is combination of those two tools:
https://www.django-rest-framework.org/api-guide/schemas/ It allows to generate endpoint metadata in openAPI format (including accepted parametrs & responses format)
https://github.com/manifoldco/swagger-to-ts It allows to parse openAPI schema and produces TS interfaces based on them
Sorry, something went wrong.
No branches or pull requests
We should consider options for strongly typing API request body & response formats.
Ideally this should be shared between BE & FE developers in some way, and on FE avaiable i.e. as Typescript interfaces.
The text was updated successfully, but these errors were encountered: