forked from line/line-bot-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update from upstream repo line/line-bot-sdk-python@master #4
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Currently Python latest version is 3.6.1, so we should support this version. Fortunately there is no problem to run all tests on python 3.6 😎
From pydocstyle v2.0, D401 error raises when flake8 finds non-imperative mood phrase in first line of docstring. Some methods/properties have blacklisted phrase, 'Helper', which leads flake8 test to fail. ref) PyCQA/pydocstyle@da8a3ce
Change docstrings to use imperative mood to go test well with pydocstyle v2.0
Support Python 3.6
* Support 'user_id' in SourceGroup and SourceRoom * Add new line. * Add docstring comments * workaround (pypa/setuptools#1042)
Add Get Group/Room Member Profile API
Fix super class to Template for CarouselTemplate.
* Add new api for Image Carousel * Fix D400 in ImageCarouselColumn * Remove debug logger * Fix action array count in ImageCarouselColumn * Fix ImageCarouselColumn#action to single action * Fix Image Carousel's test code * Add ImagePostbackTemplateAction for Image Carousel action * Fix D204 * Replace ImagePostbackTemplateAction to PostbackTemplateAction & delete former class
* Set maxDiff to None to check long diff when test fails * Implement datetime picker action for template message * Add postback.params to postback event of webhook for datetime picker
* Add FileMessage * 1. Fix flake8 errors. 2. Add test code for parsing webhook
* Update issue_template links * Update links
* Support 2017/11/30 "New options for template message images" Support the following image options for buttons/carousel template message: - imageAspectRatio - imageSize - imageBackgroundColor * flake8, E231 * default None for image options
Add code of conduct to follow corporate guideline.
* modify code lines for as_json_dict method in Base class * sub_obj > value & obj > item
* Add API for RichMenu Control * Add create rich menu function and function will return a rich menu id * Add function to delete rich menu * Add function to get rich menu by rich menu id * Add comments for new functions * add function link_rich_menu_to_user but not test yet * add function to get rich menu list * add function to upload rich menu image * add function to get rich menu id of user * add function to unlink rich menu from user * fix typo in comment * Fix for flake8 check result * Add test case for get_rich_menu_id_of_user, unlink_rich_menu_from_user, link_rich_menu_to_user, delete_rich_menu * add api to download_rich_menu_image * add test case for create_rich_menu and get_rich_menu_list * Update README.rst for Rich menu apis * Update README.rst * Update URL * Remove py33 from tox.ini (#88) * Fix arg_parser option for examples (#87) * modify after PR review
* Add AccountLinkEvent * Fix E501
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello!
The remote
line/line-bot-sdk-python@master
has some new changes that aren't in this fork.So, here they are, ready to be merged! 🎉
If this pull request can be merged without conflict, you can publish your software
with these new changes. Otherwise, fix any merge conflicts by clicking the
Resolve Conflicts
button.
Have fun!
Created by Backstroke (I'm a bot!)