-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:featureNew experience requestNew experience request
Description
Is your feature request related to a problem? Please describe the problem.
The v5 SDK had a builder interface to GraphServiceClient which allowed specifying an IHttpProvider which was used for all HTTP requests; this was great if you were using a customised HTTP interface. However, the builder interface appears to be missing in v6, and instead you have to pass in an OkHttpClient, which cannot be customised in the same way.
Describe the solution you'd like.
Can we have an IHttpProvider interface like in v5, please? (Or else point me at equivalent functionality I haven't found yet!)
Additional context?
No response
Metadata
Metadata
Assignees
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:featureNew experience requestNew experience request