API клиент для Бизнес-платформа IEK https://bp.iek.ru/docs/client
Go to file
Pavel Sinitsin 8c3541a892
Add tree structure to categories API
Introduced a new method `GetTreeCategories` to provide a hierarchical structure for categories. Fixed typos in variable names and integrated utility functions for converting flat lists to nested dictionaries and vice versa. Added `TreeCategories` model for representing nested category structures.
2024-09-07 21:18:36 +03:00
api Add tree structure to categories API 2024-09-07 21:18:36 +03:00
client Add new API and client modules for category and product management 2024-09-07 19:14:29 +03:00
model Add tree structure to categories API 2024-09-07 21:18:36 +03:00
utils Add tree structure to categories API 2024-09-07 21:18:36 +03:00
.gitignore Add new API and client modules for category and product management 2024-09-07 19:14:29 +03:00
go.mod Add new API and client modules for category and product management 2024-09-07 19:14:29 +03:00
go.sum Add new API and client modules for category and product management 2024-09-07 19:14:29 +03:00