-
Notifications
You must be signed in to change notification settings - Fork 447
Open
Labels
question等待反馈(needs feedback)这意味着需要来自发起者的反馈(This means that feedback from the author is required)这意味着需要来自发起者的反馈(This means that feedback from the author is required)
Description
I have migrated my http communication from Refit to this library (WebAPiClientCore) in ny .NET MAUI (.NET 9) mobile app for android.
In Refit we were setting up the UrlParameterFormatter to our custom formatter in which we have converted the object types to string.
Now I can't find such option here in this library.
Also, I have some GET url which contains comma (,) or semi comma (;) but this library is encoding those and because of this, our the API we are calling is throwing 400 bad request.
How to tackle this problem?
Metadata
Metadata
Assignees
Labels
question等待反馈(needs feedback)这意味着需要来自发起者的反馈(This means that feedback from the author is required)这意味着需要来自发起者的反馈(This means that feedback from the author is required)