ydb-embedded-ui
Advanced tools
Changelog
7.2.0 (2024-12-10)
Changelog
7.0.0 (2024-12-02)
window.api
was previously a flat YdbEmbeddedAPI
object. It has been refactored into multiple distributed AxiosWrapper
instances. Each endpoint is now handled by a dedicated wrapper instance, improving modularity and maintainability. Developers should update their integrations to use the new structure. For example: Replace window.api.getTenants
with window.api.viewer.getTenants
.