add v1/imports and v1/exports - #311
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces new API endpoints for managing exports and imports within the Element Manager, specifically adding /v1/em/exports/ and /v1/em/imports/ along with their corresponding controllers and routes. The OpenAPI documentation has been updated to include these new paths, as well as new properties like sync_to_ecosystem and default_length across various schemas. Additionally, server URLs in the documentation are now pinned to specific ports, and the backend logic for resource management has been improved with type hints and more descriptive error messages. Redundant database loading calls were removed from several controllers, and functional tests were expanded to verify the new endpoints. I have no feedback to provide as the changes are consistent and well-tested.
b0aae5d to
17cb1a3
Compare
No description provided.