LINE-Bot-API 1.21 Latest
Files
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- cpanfile
- dist.ini
- eg/echo.psgi
- eg/flex-message-showcases/appareal.json
- eg/flex-message-showcases/hotel.json
- eg/flex-message-showcases/local-search.json
- eg/flex-message-showcases/menu.json
- eg/flex-message-showcases/real-estate.json
- eg/flex-message-showcases/receipt.json
- eg/flex-message-showcases/restaurant.json
- eg/flex-message-showcases/shopping.json
- eg/flex-message-showcases/social.json
- eg/flex-message-showcases/ticket.json
- eg/flex-message-showcases/todo-app.json
- eg/flex-message-showcases/transit.json
- eg/get_number_of_messages.pl
- eg/line-bot-framework/bot-tmpl/help.txt
- eg/line-bot-framework/bot-tmpl/memo.txt
- eg/line-bot-framework/cpanfile
- eg/line-bot-framework/interactive-bot.psgi
- eg/line-bot-framework/lib/ExampleBot.pm
- eg/line-bot-framework/lib/ExampleBot/Dispatcher.pm
- eg/line-bot-framework/lib/ExampleBot/Memo.pm
- eg/line-bot-framework/lib/ExampleBot/Operation.pm
- eg/line-bot-framework/lib/LINEBotFramework.pm
- eg/line-bot-framework/lib/LINEBotFramework/Dispatcher.pm
- eg/line-bot-framework/lib/LINEBotFramework/Request.pm
- eg/line-bot-framework/lib/LINEBotFramework/Response.pm
- eg/push-flex-message-showcases.pl
- eg/push_imagemap-template.pl
- lib/LINE/Bot/API.pm
- lib/LINE/Bot/API/Builder/FlexMessage.pm
- lib/LINE/Bot/API/Builder/ImagemapMessage.pm
- lib/LINE/Bot/API/Builder/SendMessage.pm
- lib/LINE/Bot/API/Builder/TemplateMessage.pm
- lib/LINE/Bot/API/Client.pm
- lib/LINE/Bot/API/Client/Furl.pm
- lib/LINE/Bot/API/Event.pm
- lib/LINE/Bot/API/Event/AccountLink.pm
- lib/LINE/Bot/API/Event/Base.pm
- lib/LINE/Bot/API/Event/BeaconDetection.pm
- lib/LINE/Bot/API/Event/Follow.pm
- lib/LINE/Bot/API/Event/Join.pm
- lib/LINE/Bot/API/Event/Leave.pm
- lib/LINE/Bot/API/Event/MemberJoin.pm
- lib/LINE/Bot/API/Event/MemberLeave.pm
- lib/LINE/Bot/API/Event/Message.pm
- lib/LINE/Bot/API/Event/Postback.pm
- lib/LINE/Bot/API/Event/Things.pm
- lib/LINE/Bot/API/Event/Unfollow.pm
- lib/LINE/Bot/API/Event/Unknown.pm
- lib/LINE/Bot/API/Event/Unsend.pm
- lib/LINE/Bot/API/Event/VideoViewingComplete.pm
- lib/LINE/Bot/API/Response/AudienceAuthorityLevel.pm
- lib/LINE/Bot/API/Response/AudienceData.pm
- lib/LINE/Bot/API/Response/AudienceGroupForClickRetargeting.pm
- lib/LINE/Bot/API/Response/AudienceGroupForImpressionRetargeting.pm
- lib/LINE/Bot/API/Response/AudienceGroupForUploadingUserId.pm
- lib/LINE/Bot/API/Response/AudienceMultipleData.pm
- lib/LINE/Bot/API/Response/BotInfo.pm
- lib/LINE/Bot/API/Response/Common.pm
- lib/LINE/Bot/API/Response/Content.pm
- lib/LINE/Bot/API/Response/Count.pm
- lib/LINE/Bot/API/Response/Error.pm
- lib/LINE/Bot/API/Response/Followers.pm
- lib/LINE/Bot/API/Response/FriendDemographics.pm
- lib/LINE/Bot/API/Response/GroupMemberProfile.pm
- lib/LINE/Bot/API/Response/GroupSummary.pm
- lib/LINE/Bot/API/Response/IssueLinkToken.pm
- lib/LINE/Bot/API/Response/NarrowcastStatus.pm
- lib/LINE/Bot/API/Response/NumberOfFollowers.pm
- lib/LINE/Bot/API/Response/NumberOfMessageDeliveries.pm
- lib/LINE/Bot/API/Response/NumberOfSentMessages.pm
- lib/LINE/Bot/API/Response/Profile.pm
- lib/LINE/Bot/API/Response/RichMenu.pm
- lib/LINE/Bot/API/Response/RichMenuList.pm
- lib/LINE/Bot/API/Response/RoomMemberProfile.pm
- lib/LINE/Bot/API/Response/TargetLimit.pm
- lib/LINE/Bot/API/Response/Token.pm
- lib/LINE/Bot/API/Response/TotalUsage.pm
- lib/LINE/Bot/API/Response/UserInteractionStatistics.pm
- lib/LINE/Bot/API/Response/WebhookInformation.pm
- lib/LINE/Bot/API/Response/WebhookTest.pm
- lib/LINE/Bot/API/Types.pm
- lib/LINE/Bot/Audience.pm
- lib/LINE/Bot/Message/Narrowcast.pm
- t/00_compile.t
- t/00_send_message_response.t
- t/01_check_sender.t
- t/01_send_text-with-emoji.t
- t/01_send_text.t
- t/02_send_image.t
- t/03_send_video.t
- t/04_send_audio.t
- t/05_send_location.t
- t/06_send_sticker.t
- t/07_send_imagemap.t
- t/08_send_template.t
- t/11_send_multiple.t
- t/12_get_number_of_send_messages.t
- t/12_multicast.t
- t/13_broadcast.t
- t/14_get_friend_demographics.t
- t/14_get_number_of_message_deliveries.t
- t/14_get_number_of_messages_sent_this_month.t
- t/14_get_user_interaction_statistics.t
- t/15_get_target_limit_for_additional_messages.t
- t/16_create_audience_for_click_based_retargeting.t
- t/16_create_audience_for_impression_based_retargeting.t
- t/16_create_audience_for_uploading.t
- t/16_delete_audience.t
- t/16_get_audience_data.t
- t/16_get_authority_level.t
- t/16_get_data_for_multiple_audience.t
- t/16_rename_audience.t
- t/16_update_authority_level.t
- t/17_get_narrowcast_message_status.t
- t/17_send_message.t
- t/21_get_profile.t
- t/22_get_group_member_profile.t
- t/22_get_group_summary.t
- t/22_get_member_in_group_count.t
- t/22_get_member_in_room_count.t
- t/22_get_room_member_profile.t
- t/41_event.t
- t/42_create_events_by_api.t
- t/51_issue_link_token.t
- t/52_download_rich_menu_image.t
- t/52_rich_menu.t
- t/52_rich_menu_response.t
- t/52_upload_rich_menu_image.t
- t/53-retry_key.t
- t/54-get_bot_info.t
- t/55-get-webhook-endpoint-information.t
- t/55-set-webhook-url.t
- t/55-test-webhook.t
- t/56_get_followers.t
- t/57_validate_message_objects.t
- t/PR75-get-number-of-followers.t
- t/author-critic.t
- t/author-pod-syntax.t
- t/controller-rich-menu-image-sample.jpg
- t/examples/account-link-event.json
- t/examples/audio-message-1.json
- t/examples/beacon-event.json
- t/examples/device-link-event.json
- t/examples/device-unlink-event.json
- t/examples/error-response-1.json
- t/examples/follow-event.json
- t/examples/image-message-1.json
- t/examples/join-event.json
- t/examples/leave-event.json
- t/examples/member-joined-event.json
- t/examples/member-left-event.json
- t/examples/postback-event.json
- t/examples/text-message-1.json
- t/examples/unfollow-event.json
- t/examples/unsend-event.json
- t/examples/video-message-1.json
- t/examples/video-viewing-complete-event.json
- t/lib/t/Util.pm
- t/oauth.t
- t/types-validate-examples.t