-
Notifications
You must be signed in to change notification settings - Fork 411
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
Remove legacy REST endpoints #782
Comments
We have been using mostly the endpoints from the gateway which are automatically wired from proto generation, and also might be a good idea revisit some of the endpoints like query ones which takes the payload in the URL instead of taking input from a POST request. |
any plans on what to do with the legacy endpoints? I think it will be nice to remove them and improve the query endpoint, We do heavily usage of the smart query through rest endpoints but having to encode them through the URL is a bit of an issue. Also a multi query endpoint could be useful to avoid round trips. |
I have reopened #72. Thanks for the link! @jhernandezb to buy you more time for the migration, we can keep only the smart query endpoint. Would this work for you? |
I think we should remove them |
They are all gone in the sdk v47 branch. No need to backport IMHO |
We still have a couple of custom legacy REST endpoints in the wasm module.
The SDK has removed them for their modules in the v0.46 alphas and current master already.
The "grpc-rest-gateway" is in place for some versions already and can be used instead.
Time to remove the legacy REST endpoints?
The text was updated successfully, but these errors were encountered: