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.feedback.create(feedback_data)
# Print the response
print(response)
API Reference
feedback.create(feedback): Creates a new feedback item.feedback.get(feedback_id): Retrieves a specific feedback item.feedback.update(feedback_id, feedback): Updates a specific feedback item.feedback.delete(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.
Release files for magicfeedback 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| magicfeedback-1.0.6.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| magicfeedback-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.0 kB
Release files / magicfeedback-1.0.6.tar.gz
| Download URL | magicfeedback-1.0.6.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e5b41b78f9593cfcdbc534fe5322bd6476d1851d1acdf84d178e73a7afeb358
|
|
BLAKE2b-256 checksum How to use checksums |
bf577ded6cb02a63f1692947eedcfd0d0170b636469a12b8b1fc03d0b30a4ba1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.8
|
Release files / magicfeedback-1.0.6-py3-none-any.whl
| Download URL | magicfeedback-1.0.6-py3-none-any.whl |
|---|---|
| Size | 9.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b180852c9ec0f310d6d496deaf24b0c835578317b40df546c9afd33946d67ae7
|
|
BLAKE2b-256 checksum How to use checksums |
6d227544445473e978152f64354ef966e00d5846d7a46e218edecc88510bb220
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.8
|