-
Notifications
You must be signed in to change notification settings - Fork 252
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
Move request methods to pipeline #294
Labels
CodeGen
Issues that relate to code generation
Comments
Can we merge this issue into the #290 tracking issue? |
That's all rather specific to Cosmos. This is specifically about refactoring the pipeline now so that we're not depending on reqwest's |
I want to update the services to do this. |
Services have been updated in #527. |
Closing this in favor of #802. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rather than expose the underlying HttpClient, we should move request methods to the pipeline like in our other SDKs. We have helper methods for creating paged results, handling different error cases, etc. This also make it possible to abstract the pipeline from the protocol and handle, potentially, AMQP.
The text was updated successfully, but these errors were encountered: