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
Tinybird exposes the endpoints of each token thorugh https://api.tinybird.co/v0/pipes/openapi.json?token={some_token}. Wouldnt it be possible to pull this spec and generate the zod bird types?
I tried with https://github.com/astahmer/openapi-zod-client and although it works there are some nuances in the tinybird query parameters that dont quite work.
What do you think? Would make the process of keeping it up to date with your code quite easy.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tinybird exposes the endpoints of each token thorugh https://api.tinybird.co/v0/pipes/openapi.json?token={some_token}. Wouldnt it be possible to pull this spec and generate the zod bird types?
I tried with https://github.com/astahmer/openapi-zod-client and although it works there are some nuances in the tinybird query parameters that dont quite work.
What do you think? Would make the process of keeping it up to date with your code quite easy.
The text was updated successfully, but these errors were encountered: