-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement HTTP request adapter #20
Conversation
dff6be9
to
ca99136
Compare
I am not sure what |
Looks like adding middleware can be done in a similar way as its done with the dotnet client: just wrap the client in delegating clients. I'll work on this branch a bit more and mark this PR as draft for now. |
1b94a27
to
01b4782
Compare
Fixes #19.
I used https://github.com/microsoft/kiota-http-dotnet as inspiration :D
For now, I have skipped all the middleware because I am not sure how to achieve that with Dart's HTTP library. Also I want to add tests, but that shouldn't block this PR.