Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Releases: EvickaStudio/24-Fire-REST-API

v0.4.3

20 Sep 17:32
151a468

Choose a tag to compare

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.3

Full Changelog: v0.4.2...v0.4.3

v0.4.2

17 Sep 14:57
de0b845

Choose a tag to compare

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.2

Full Changelog: v0.4.1...v0.4.2

v0.4.1

17 Sep 14:32
50aed8d

Choose a tag to compare

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.1

Full Changelog: v0.4...v0.4.1

v0.4

13 Jul 21:09

Choose a tag to compare

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.4

Detailed Changes

  • New Methods: backup_delete, backup_create, backup_list, timings, and incidences methods 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

09 Jul 19:21

Choose a tag to compare

Full Changelog: v1.0.0...v0.3

  • Removed old code
  • Add async support
  • Fixed bug when using FireAPI (aiohttp)
  • Add requests libary back