Releases: EvickaStudio/24-Fire-REST-API
v0.4.3
FireAPI 0.4.3 Release Notes
Removed codeduplication and implemented a proper interface
Getting Started with 0.43
Upgrade to the latest version to take advantage of these new features:
pip install fireapi==0.4.3Full Changelog: v0.4.2...v0.4.3
v0.4.2
FireAPI 0.4.2 Release Notes
Added more detailed comments to docstrings
Getting Started with 0.4.2
Upgrade to the latest version to take advantage of these new features:
pip install fireapi==0.4.2Full Changelog: v0.4.1...v0.4.2
v0.4.1
FireAPI 0.4.1 Release Notes
Some refactoring to the package structure
Getting Started with 0.4.1
Upgrade to the latest version to take advantage of these new features:
pip install fireapi==0.4.1Full Changelog: v0.4...v0.4.1
v0.4
FireAPI 0.4 Release Notes
Release of FireAPI version 0.4! This update brings significant enhancements, including new features for '24fire+' subscribers, improved documentation, and the introduction of asynchronous support to streamline your interactions with the 24Fire REST API.
Highlights of Version 0.4
-
Exclusive Features for '24fire+' Subscribers:
- Backup Management: New methods to create, delete, and list backups, providing more control over your server's data.
- Monitoring Enhancements: Retrieve detailed monitoring timings and incidences, offering deeper insights into your server's performance.
-
Enhanced Documentation: Expanded documentation to include usage for the async methodes.
Getting Started with 0.4
Upgrade to the latest version to take advantage of these new features:
pip install fireapi==0.4Detailed Changes
- New Methods:
backup_delete,backup_create,backup_list,timings, andincidencesmethods have been added for '24fire+' subscribers. - Documentation Improvements: Added comprehensive examples and usage instructions for both synchronous and asynchronous operations.
Full Changelog: v0.3...v0.4
v0.3
Full Changelog: v1.0.0...v0.3
- Removed old code
- Add async support
- Fixed bug when using FireAPI (aiohttp)
- Add requests libary back