Is your feature request related to a problem?
In order to extract and publish openapi-client-core, it is necessary to review and document duplicated logic and features in the katana repo (such as retry logic, pagination, authentication, error translation) that should be unified in the common template.
Describe the solution you'd like
Systematically review katana-openapi-client repo for utilities, abstractions, and repeated features. Document all relevant code and migration notes so these can be ported to openapi-client-core.
Describe alternatives you've considered
Relying on ad-hoc migration rather than a focused inventory could risk inconsistency in the common template.
Additional context
This sub-issue ties to dougborg/openapi-client-template#2 and will guide extraction into the shared core library.
Code of Conduct