Skip to content

Conversation

@rianjs
Copy link
Contributor

@rianjs rianjs commented Jan 29, 2026

Summary

Remove Get, Post, Put, Delete wrapper methods from cfl api/client.go.
These methods just call the embedded *client.Client methods, which Go's embedding already promotes automatically.

Test plan

  • All cfl API tests pass
  • All cfl command tests pass

Closes #20

🤖 Generated with Claude Code

Remove Get, Post, Put, Delete wrapper methods from cfl api/client.go.
These methods just call the embedded *client.Client methods, which
Go's embedding already promotes automatically.

Closes #20

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rianjs rianjs merged commit a792b8a into main Jan 29, 2026
7 checks passed
@rianjs rianjs deleted the refactor/20-remove-api-wrappers branch January 29, 2026 20:55
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.

refactor: remove unnecessary API wrapper methods in cfl

2 participants