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
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.

2 participants