SDK for MagicFeedback API
Project description
MagicFeedback SDK
A Python SDK for interacting with the MagicFeedback API
Installation
Bash
pip install MagicFeeedback
Use code with caution.
Usage
Python
from your_package import MagicFeedbackClient
# Create a MagicFeedbackClient instance
client = MagicFeedbackClient('email', 'password')
# Create a new feedback item
feedback_data = {
"name": "Test Feedback",
"type": "DOCUMENT",
# ... other required fields
}
response = client.create_feedback(feedback_data)
# Print the response
print(response)
API Reference
create_feedback(feedback): Creates a new feedback item.get_feedback(feedback_id): Retrieves a specific feedback item.update_feedback(feedback_id, feedback): Updates a specific feedback item.delete_feedback(feedback_id): Deletes a specific feedback item.
Additional Information
- Authentication: The SDK requires an user / password for authentication. You can obtain from the MagicFeedback platform.
- Error Handling: The SDK handles common API errors and raises appropriate exceptions.
- Customizations: You can customize the SDK to fit your specific needs by extending the
MagicFeedbackClientclass or creating additional helper functions.
License
This project is licensed under the MIT License.
Contact
For any questions or support, please contact farias@magicfeedback.io.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
magicfeeedback-0.0.2.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for MagicFeeedback-0.0.2-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | ce0d9e79b2b3692443d48e775ac60167a9040b2d5d59b2a624a79d12da9797d1 |
|
| MD5 | 7b3c2a63ac6c69481eb9e3822215d593 |
|
| BLAKE2b-256 | 664c615a607fa7431608c65f995408096c86934bd7ee0563442202ac699d3333 |