Katzen48 | Tobi
Katzen48 | Tobi
Back in October 2021, Twitch added [Creator Goals](https://dev.twitch.tv/docs/api/goals) in the API and EventSub. This pull request adds the required scopes and EventSub topics.
PHP 7 has been decommissioned and security patches will be delivered November 28, 2022: https://www.php.net/supported-versions.php After that, I believe PHP 7 support can be dropped to make use of the...
**Is your feature request related to a problem? Please describe.** Frappe does not support OAuth2 email authentication in combination with Microsoft 365) / Exchange Online Only GMail is supported. Microsoft...
Frappe requires a newer version of boto3 and botocore
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no I consider...
**Brief description** The new [Get Unban Requests](https://dev.twitch.tv/docs/api/reference/#get-unban-requests) and [Resolve Unban Requests](https://dev.twitch.tv/docs/api/reference/#resolve-unban-requests) endpoints introduced new scopes, which are not listed in the [List of Scopes](https://dev.twitch.tv/docs/authentication/scopes/) **Expected documentation** The scopes ``moderator:read:unban_requests`` and...
**Brief description** [Assign Guest Star Slot](https://dev.twitch.tv/docs/api/reference/#assign-guest-star-slot) may return a ``code`` in case of an error. The possible codes are not documented, so one using that endpoint and getting an error,...
**Brief description** The JSON in the example of [Get Guest Star Session](https://dev.twitch.tv/docs/api/reference/#get-guest-star-session) is invalid. The comma after ``"is_guest_enabled": true,`` makes the JSON invalid and unparseable. Also the fields in the...
**Brief description** The docs of [Update Channel Guest Star Settings](https://dev.twitch.tv/docs/api/reference/#update-channel-guest-star-settings) state, attributes to change, should be sent in the request body. The examples otherwise suggest, that the attributes should be...
**Brief description** The ``layout`` attribute in the json example of the [Get Channel Guest Star Settings](https://dev.twitch.tv/docs/api/reference/#get-channel-guest-star-settings) is named ``group_layout`` in the "Response Body" table **Expected documentation** The "Response Body" table...