Skip to content
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
merged 33 commits into from
Jun 21, 2018

Conversation

backstroke-bot
Copy link

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!)

Tasuku OKUDA and others added 30 commits May 2, 2017 11:21
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 'user_id' in SourceGroup and SourceRoom

* Add new line.

* Add docstring comments

* workaround (pypa/setuptools#1042)
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
@okdtsk okdtsk merged commit d6d5215 into okdtsk:master Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.