Digiseller-api-python

Latest version: v3.0.0

Safety actively analyzes 723756 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

3.0.0

⚠️ Несовместимые изменения (Breaking Changes)

- Изменена структура проекта.
- Импорт теперь осуществляется из `digiseller_api_python`, а не `digiseller_api`.
- После обновления необходимо изменить все импорты:
python
Было:
from digiseller_api import DigisellerApi

Стало:
from digiseller_api_python import DigisellerApi


---

🔧 Улучшения

- Переработана структура исключений: теперь они доступны напрямую из верхнего уровня пакета.
- Добавлены строгие классы ошибок:
- `DigisellerTimeoutError`
- `DigisellerInvalidResponseError`
- `DigisellerHTTPError`
- Улучшено поведение при ошибках сети и некорректных ответах от API.

---

✅ Что ещё:

- Обновлён README, добавлены примеры и пояснения.
- Исправлены ошибки по методам API
- Изменены некоторые параметры у методов

---

📌 Обновление обязательно требует замены всех импортов.
Если вы не готовы к изменениям и не испытываете проблем с задействованными методами - используете старую версию, останьтесь на `2.2.x`. Обратной поддержки нет.

2.2.0

- Added all missing API methods from the "Operations"
- Fixing bugs and adding checks
- Updating the description

**Full Changelog**: https://github.com/Ernieleo/digiseller-api-python/compare/v2.1.0...v2.2.0

2.1

- Added all missing API methods
- In the code added comments () for each method containing names from Digiseller documentation in English and Russian.
- Added work with content-type 'Image/...'

**Planned**: Future plans include creating documentation for easy and correct use.

**Full Changelog**: https://github.com/Ernieleo/digiseller-api-python/compare/v2.0.0...v2.1.0

2.1.0

**Overview:**
This release introduces version 2.1.0 of the Digiseller API Python library.
The library provides convenient access to the Digiseller API, allowing users to interact with the Digiseller platform directly from Python.

2.0

- Updated code structure and fixed bugs.
- Added support for several previously missing API methods. Each method is labeled directly in the code with a comment () with a name identical to the Digiseller documentation to match the official Digiseller API documentation and to be able to find the method.
- An example of using API functions has been implemented.

**Planned**: Future plans include creating documentation for easy and correct use.

**Full Changelog**: https://github.com/Ernieleo/digiseller-api-python/commits/v2.0.0

2.0.0

**Overview:**
This release introduces version 2 of the Digiseller API Python library.
The library provides convenient access to the Digiseller API, allowing users to interact with the Digiseller platform directly from Python.

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.