github line/line-bot-sdk-python v3.15.0
v3.15.0 Support API of Shared Audiences in Business Manager

latest release: v3.16.0
one day ago

What's Changed

Add /v2/bot/audienceGroup/shared path by @github-actions in #757

Shared Audiences in Business Manager API Support

We have added and supported new API endpoints related to Shared Audiences in Business Manager.

API to Get Shared Audience Information

You can obtain detailed information about a specific audience shared in Business Manager by calling the endpoint:

  • GET https://api.line.me/v2/bot/audienceGroup/shared/{audienceGroupId}

API to Get List of Shared Audiences

You can acquire a list of audiences shared in Business Manager using the following endpoint:

  • GET https://api.line.me/v2/bot/audienceGroup/shared/list

By using the "Get Shared Audience Information" endpoint, you can retrieve more detailed data about each audience.

Documents and Reference

For more information, please refer to the links provided above.

(original PR is line/line-openapi#85)


line-openapi updates

  • chore(deps): update line-openapi digest to 5eeed11 by @renovate in #756

Other Changes

  • Fix tests broken by pytest-asyncio breaking-changes by @habara-k in #754

Full Changelog: v3.14.5...v3.15.0


This release is prepared by @eucyt

Don't miss a new line-bot-sdk-python release

NewReleases is sending notifications on new releases.