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 magicfeedback 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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file magicfeedback-0.0.5-py3-none-any.whl.
File metadata
- Download URL: magicfeedback-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
411cc36686fb76a91b30e0bb61ca05565bb4620a15dbe251c43e5d6c56ed6a42
|
|
| MD5 |
eb486470238c355b57c617fcbc419f60
|
|
| BLAKE2b-256 |
5f4cc1edd562849a2b3847dd77ea2e3e5a2526340372482ada2e05dd9818a874
|