Package to integrate with Flume Sensor


License
MIT
Install
pip install PyFlume==0.8.3

Documentation

Flume API Integration

Overview

The Flume API Integration provides a comprehensive set of classes and methods to interact with various Flume endpoints. This integration allows developers to retrieve and manage notifications, usage alerts, devices, leak alerts, data, and authentication within the Flume environment.

Retrieve API Key

You can find your Client ID and Client Secret under "API Access" on the settings page. These credentials are essential for interacting with the Flume API.

Modules

Below are the details of each module, each documented in its corresponding file:

Notifications

Retrieve notifications from the Flume API, including filtering based on the read status.

Usage Alerts

Manage and retrieve usage alert notifications from the Flume API.

Devices

Retrieve information related to Flume devices, including their list from the API.

Leak Alerts

Manage and retrieve leak notifications from the Flume API.

Data Retrieval

Retrieve and update data from the Flume API, working with authentication and various data endpoints.

Authentication

Authentication module to handle tokens and user credentials within the Flume environment.

Getting Started

To get started with the Flume API Integration, refer to the individual documentation files for each module. They provide detailed information on dependencies, initialization, methods, and example usage.

For any questions or additional support, please refer to the official Flume API documentation or contact the development team.

Contributing

Feel free to contribute to the codebase by opening issues, submitting pull requests, or suggesting improvements.