You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrating OpenAPI to generate models for Mirror Node data will address property naming inconsistencies between mirror and consensus node data. By generating TypeScript models from the existing Mirror Node Swagger documentation, we can improve property accessibility and streamline the development process.
Using OpenAPI enables automated model generation directly from the .yaml files, giving developers immediate access to all fields in Mirror Node data. This eliminates the need for manual exploration or logging, allowing for more efficient and accurate development with property suggestions and type-checking.
Additionally, this integration will contribute to a more organized and maintainable codebase as new features and endpoints are added. With type-checked models in place, the development workflow will be enhanced, reducing runtime errors and supporting greater scalability as the project grows.
The text was updated successfully, but these errors were encountered:
ivaylogarnev-limechain
changed the title
Integrate OpenAPI for Mirror Node Model Generation to Enhance Development Workflow
Integrate OpenAPI for Mirror Node Model Generation
Nov 12, 2024
Integrating
OpenAPI
to generate models for Mirror Node data will address property naming inconsistencies between mirror and consensus node data. By generating TypeScript models from the existing Mirror Node Swagger documentation, we can improve property accessibility and streamline the development process.Using
OpenAPI
enables automated model generation directly from the .yaml files, giving developers immediate access to all fields in Mirror Node data. This eliminates the need for manual exploration or logging, allowing for more efficient and accurate development with property suggestions and type-checking.Additionally, this integration will contribute to a more organized and maintainable codebase as new features and endpoints are added. With type-checked models in place, the development workflow will be enhanced, reducing runtime errors and supporting greater scalability as the project grows.
The text was updated successfully, but these errors were encountered: