Skip to content

Use camelCase query parameter names in client requests#62

Merged
tiksn merged 1 commit into
mainfrom
use-camelcase-query-param
May 21, 2026
Merged

Use camelCase query parameter names in client requests#62
tiksn merged 1 commit into
mainfrom
use-camelcase-query-param

Conversation

@tiksn

@tiksn tiksn commented May 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Updated Branch, Department, and Employee query builders to emit camelCase wire names while keeping F# and TypeScript model properties unchanged.
  • Preserved existing query behavior, including repeated id parameters and URL encoding.
  • Added client-level tests that capture outgoing URLs and verify the expected query casing.

Testing

  • dotnet test

@tiksn tiksn force-pushed the use-camelcase-query-param branch from a557b1f to 9100170 Compare May 21, 2026 17:34
@tiksn tiksn merged commit 99a2b6a into main May 21, 2026
3 of 4 checks passed
@tiksn tiksn deleted the use-camelcase-query-param branch May 21, 2026 17:36
@tiksn tiksn self-assigned this May 21, 2026
@tiksn tiksn added the enhancement New feature or request label May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant