line / line-bot-sdk-python

LINE Messaging API SDK for Python
https://pypi.python.org/pypi/line-bot-sdk
Apache License 2.0
1.91k stars 971 forks source link

Enhance Documentation for Response and Error Handling in SDK #579

Closed Yang-33 closed 9 months ago

Yang-33 commented 9 months ago

This pull request updates the README and example projects to include detailed instructions on how to retrieve headers and HTTP status codes from API responses. Additionally, it outlines methods for capturing HTTP status codes, headers, and error details when an error occurs. These enhancements aim to improve the developer's understanding and handling of API interactions and error management within the line-bot-sdk-python.