-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
Scalar Client isn't creating the OpenAPI requests properly #2550
Comments
|
Yes this client is really old, the new one in the PR is much improved! |
@martinezdylan the new client also works directly from an openapi spec instead of this current one which depends on specific data + transforms that keep breaking. So it should alleviate your concerns! |
Okay amazing, thanks for putting together that PR. I'll keep an eye for when it gets checked in 🔥 |
#2539 has been merged, closing this issue |
hi @martinezdylan i just wanted to formally apologize for the stability bugs! like @amritk mentioned we had to rollback our new api client to the old one due to performance issues, luckily we have fixed those and the new client is live! moving forward it will be incremental improvements, and lots of neat features 😎 appreciate your patience! |
Bug description
The scalar client requests via 'Test it' aren't creating the requests based on the OpenAPI spec. See below:
How to reproduce
Additional context
This seems to be an almost consistent issue. It'll be fixed, in then all of a sudden with I suppose front-end changes it'll break again. Can we add some stability here or at least QA that this works before upstreaming changes? It's tough claiming we have interactive API docs to later discover they don't function.
The text was updated successfully, but these errors were encountered: