-
Notifications
You must be signed in to change notification settings - Fork 1k
Support "Channel access token v2.1" #372
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
Conversation
chloechen seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
3d9acc1
to
695b7c5
Compare
695b7c5
to
b6c2920
Compare
Thanks @yingtung for developing, will check this PR. If anyone has some comment, please let us know. :) |
@yingtung Everything is good for us. |
@louis70109 I implemented these two apis |
c1ddb37
to
70479ad
Compare
Hi @yingtung. Ummm, I didn't find them on Files changed page. |
70479ad
to
c1ddb37
Compare
hi @louis70109 , sorry for my mistake. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 🤩
implement new functions issue_channel_access_token_v2_1, revoke_channel_access_token_v2_1, get_channel_access_tokens_v2_1 in linebot/api.py
implement a new response IssueChannelTokenResponseV2 and ChannelAccessTokens in linebot/models/responses.py
Closes #254