Skip to content

Conversation

@nathanjcochran
Copy link
Member

@nathanjcochran nathanjcochran commented Jan 13, 2026

This PR adds operationId fields to the OpenAPI specification and regenerates the API client types, resulting in clearer and more concise method names.

Changes

  • Added operationId fields to all endpoints in openapi.yaml
  • Regenerated API client types using go generate ./internal/tiger/api
  • Updated all references to use the new method names (e.g., GetServicesWithResponse instead of GetProjectsProjectIdServicesWithResponse)

This is a small quality of life improvement that makes the code easier to read and maintain.

@nathanjcochran nathanjcochran changed the title Add operationId to OpenAPI spec for clearer API client method names Add operationId to OpenAPI spec Jan 13, 2026
Copy link
Contributor

@Askir Askir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 🙏

@nathanjcochran nathanjcochran merged commit df3524b into main Jan 20, 2026
2 checks passed
@nathanjcochran nathanjcochran deleted the nathan/client-method-names branch January 20, 2026 17:11
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.

3 participants