| Name | MagicFeeedback JSON |
| Version |
0.0.2
JSON |
| download |
| home_page | None |
| Summary | SDK for MagicFeedback API |
| upload_time | 2024-09-08 12:08:28 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.8 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
### MagicFeedback SDK
**A Python SDK for interacting with the MagicFeedback API**
**Installation**
Bash
```
pip install MagicFeeedback
```
Use code [with caution.](/faq#coding)
**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 `MagicFeedbackClient` class 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.
Raw data
{
"_id": null,
"home_page": null,
"name": "MagicFeeedback",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Francisco Arias <farias@magicfedback.io>",
"download_url": "https://files.pythonhosted.org/packages/fa/dd/16a400bf703103cd3a28bbecaad6d67b1a3c43a3d8db948ed19122118981/magicfeeedback-0.0.2.tar.gz",
"platform": null,
"description": "### MagicFeedback SDK\n\n**A Python SDK for interacting with the MagicFeedback API**\n\n**Installation**\n\nBash\n\n```\npip install MagicFeeedback\n\n```\n\nUse code [with caution.](/faq#coding)\n\n**Usage**\n\nPython\n\n```\nfrom your_package import MagicFeedbackClient\n\n# Create a MagicFeedbackClient instance\nclient = MagicFeedbackClient('email', 'password')\n\n# Create a new feedback item\nfeedback_data = {\n \"name\": \"Test Feedback\",\n \"type\": \"DOCUMENT\",\n # ... other required fields\n}\nresponse = client.create_feedback(feedback_data)\n\n# Print the response\nprint(response)\n\n```\n\n**API Reference**\n\n- **`create_feedback(feedback)`:** Creates a new feedback item.\n- **`get_feedback(feedback_id)`:** Retrieves a specific feedback item.\n- **`update_feedback(feedback_id, feedback)`:** Updates a specific feedback item.\n- **`delete_feedback(feedback_id)`:** Deletes a specific feedback item.\n\n**Additional Information**\n\n- **Authentication:** The SDK requires an user / password for authentication. You can obtain from the MagicFeedback platform.\n- **Error Handling:** The SDK handles common API errors and raises appropriate exceptions.\n- **Customizations:** You can customize the SDK to fit your specific needs by extending the `MagicFeedbackClient` class or creating additional helper functions.\n\n**License**\n\nThis project is licensed under the MIT License.\n\n**Contact**\n\nFor any questions or support, please contact farias@magicfeedback.io.\n",
"bugtrack_url": null,
"license": null,
"summary": "SDK for MagicFeedback API",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/MagicFeedback/magicfeedback_python_sdk",
"Issues": "https://github.com/MagicFeedback/magicfeedback_python_sdk/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "664c615a607fa7431608c65f995408096c86934bd7ee0563442202ac699d3333",
"md5": "7b3c2a63ac6c69481eb9e3822215d593",
"sha256": "ce0d9e79b2b3692443d48e775ac60167a9040b2d5d59b2a624a79d12da9797d1"
},
"downloads": -1,
"filename": "MagicFeeedback-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7b3c2a63ac6c69481eb9e3822215d593",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4459,
"upload_time": "2024-09-08T12:08:27",
"upload_time_iso_8601": "2024-09-08T12:08:27.211468Z",
"url": "https://files.pythonhosted.org/packages/66/4c/615a607fa7431608c65f995408096c86934bd7ee0563442202ac699d3333/MagicFeeedback-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fadd16a400bf703103cd3a28bbecaad6d67b1a3c43a3d8db948ed19122118981",
"md5": "fac8abc885c10a87bcad89d0b8cf0095",
"sha256": "6676cfee7d8885a15e60343cd088091dc295e624754463d0131342ebcf7e7913"
},
"downloads": -1,
"filename": "magicfeeedback-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "fac8abc885c10a87bcad89d0b8cf0095",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4538,
"upload_time": "2024-09-08T12:08:28",
"upload_time_iso_8601": "2024-09-08T12:08:28.147602Z",
"url": "https://files.pythonhosted.org/packages/fa/dd/16a400bf703103cd3a28bbecaad6d67b1a3c43a3d8db948ed19122118981/magicfeeedback-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-08 12:08:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MagicFeedback",
"github_project": "magicfeedback_python_sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "magicfeeedback"
}