Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement openapi client code generator | NPG-6475 (#580)
# Description Implement openapi client generator to automatically generate cat-data-service client code ## Type of change - [X] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] This change requires a documentation update ## How Has This Been Tested? - [X] Navigate to the test folder and run `earthly +generate-client` ## Checklist - [X] My code follows the style guidelines of this project - [X] I have performed a self-review of my code - [X] I have commented my code, particularly in hard-to-understand areas - [X] I have made corresponding changes to the documentation - [X] My changes generate no new warnings - [X] I have added tests that prove my fix is effective or that my feature works - [X] New and existing unit tests pass locally with my changes - [X] Any dependent changes have been merged and published in downstream modules
- Loading branch information