Skip to content

feat!: lowercase HTTP client method names - #3

Merged
joeykamsteeg merged 1 commit into
developfrom
feature/lowercase-http-methods
Aug 1, 2026
Merged

feat!: lowercase HTTP client method names#3
joeykamsteeg merged 1 commit into
developfrom
feature/lowercase-http-methods

Conversation

@joeykamsteeg

Copy link
Copy Markdown
Member

Summary

  • Renames createFetchify client methods from uppercase (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) to lowercase (get, post, put, patch, delete, head, options) — BREAKING
  • Underlying fetch requests still use the uppercase HTTP verb; only the client property names changed casing
  • Updates the http-client spec and adds a major changeset

Test plan

  • bun test (27/27 pass)
  • bun run build succeeds
  • bunx tsc --noEmit passes

🤖 Generated with Claude Code

Rename createFetchify's client methods from uppercase (GET, POST, ...)
to lowercase (get, post, ...) to match common fetch-wrapper conventions.
The underlying fetch request still uses the uppercase HTTP verb.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@joeykamsteeg
joeykamsteeg merged commit 7681f67 into develop Aug 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant