API клиент для Бизнес-платформа IEK https://bp.iek.ru/docs/client
Go to file
Pavel Sinitsin cea1f96bb4
Refactor credential handling and improve parsing logic
Deleted client/credential.go and moved the Credentials struct to the api package for better modularity. Enhanced type safety in api by checking type assertions and added detailed comments in model structs.
2024-09-08 13:50:05 +03:00
api Refactor credential handling and improve parsing logic 2024-09-08 13:50:05 +03:00
client Refactor credential handling and improve parsing logic 2024-09-08 13:50:05 +03:00
model Refactor credential handling and improve parsing logic 2024-09-08 13:50:05 +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