line-bot-sdk-python
line-bot-sdk-python copied to clipboard
LINE Messaging API SDK for Python
## System Informations * Python version: 3.10.12 * SDK version: 3.11.0 ## Expected Behavior If line api get http status code in 200
## System Informations * Python version:3.9.12 * SDK version:3.17.1 * OS:macOS ## Expected Behavior Calling get_message_content() should return a bytearray. ## Current Behavior Instead of returning a bytearray, get_message_content() returns...
## Documentation The link to [`Bearer`](https://github.com/line/line-bot-sdk-python/blob/master/linebot/v3/liff/README.md#Bearer) in the **add_liff_app, delete_liff_app, get_all_liff_apps, update_liff_app** section of [`linebot/v3/liff/docs/Liff.md`](https://github.com/line/line-bot-sdk-python/blob/master/linebot/v3/liff/docs/Liff.md) is broken and currently returns a 404 because there is no `README.md` in `linebot/v3/liff/docs`. ##...