Unable to customize URL
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
No file or test is named. Start by tracing WebAPiClientCore's URL parameter formatting and encoding, then compare the behavior with Refit's UrlParameterFormatter. Done means the library provides a way to customize object-to-string formatting and handles commas and semicolons in GET URLs without causing the reported 400 response.
Written by the indexing model from the issue text.
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?
- Dominant language
- C#
- Stars
- 2.1k
- Forks
- 445
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from dotnetcore/WebApiClient
-
question 等待反馈(needs feedback)
Difficulty 5/5 Over a week Newbie friendliness 25/100
dotnetcore/WebApiClient#279 · 3 comments ·
-
question
Difficulty 4/5 3-5 days Newbie friendliness 30/100
dotnetcore/WebApiClient#271 · 2 comments ·
-
在原有接口方法调用上添加其他参数的方案? Open等待反馈(needs feedback)
Difficulty 5/5 Over a week Newbie friendliness 20/100
dotnetcore/WebApiClient#264 · 1 comment ·
-
new idea
Difficulty 4/5 3-5 days Newbie friendliness 35/100
dotnetcore/WebApiClient#261 · 5 comments ·
-
等待反馈(needs feedback)
Difficulty 4/5 3-5 days Newbie friendliness 30/100
dotnetcore/WebApiClient#248 · 1 comment ·
All issues in dotnetcore/WebApiClient
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·