1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.
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.
Release files for magicfeedback 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
File added late
1 file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| magicfeedback-0.0.4.tar.gz | 5.7 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| magicfeedback-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
| MagicFeedback-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.5 kB
Release files / magicfeedback-0.0.4.tar.gz
| Download URL | magicfeedback-0.0.4.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
efcb68a778fbfb086cf7bad9562fed52f356eab9b7963ae6a50eab14acfc4034
|
|
BLAKE2b-256 checksum How to use checksums |
05eeb0f24af55cf8fa8c6368fb4f96f51725878a80538d6804d0a85ef981fcc0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.4
|
Release files / magicfeedback-0.0.4-py3-none-any.whl
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | magicfeedback-0.0.4-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6a32af646f7de03677addbfb8676096e6a159b402c65bf6ed7ef500c170c448f
|
|
BLAKE2b-256 checksum How to use checksums |
100812199a94ed7d6a962eb0622bebe850f4d6361a907528849b5545c73a1b35
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.4
|
Release files / MagicFeedback-0.0.4-py3-none-any.whl
| Download URL | MagicFeedback-0.0.4-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a858d6543d4b76a079483e616360b932c250637c97739a9bba19ff59da46293f
|
|
BLAKE2b-256 checksum How to use checksums |
02e43f715274ab3b03f1b712403f9d2ba1f2b92cfe5e5d34578d682464e1f0a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.4
|