7 lines
226 B
Markdown
7 lines
226 B
Markdown
---
|
|
"effect": patch
|
|
---
|
|
|
|
Relax `HttpApiClient.urlBuilder` to accept `HttpApi.Any` instead of requiring `HttpApi.AnyWithProps`.
|
|
This allows use in helpers generic over `HttpApi.Any` while preserving inferred URL builder types.
|