This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
Releases: mixer/mixer-client-swift
Releases · mixer/mixer-client-swift
BeamAPI 1.2
- Renamed all tetris-related classes to use "Interactive" instead
BeamAPI 1.1.1
- Implemented a client that can interface with Constellation, Beam's new liveloading socket
- Updated naming of chat and tetris client classes to reduce confusion and for parity
BeamAPI 1.0.8
- Added methods for channel hosting:
- PUT
/channels/{id}/hostee
- DELETE
/channels/{id}/hostee
- PUT
BeamAPI 1.0.7
- Added new routes involving user notifications, including:
- GET
/notifications
- POST
/notifications/read
- GET
/notifications/transports
- POST
/notifications/transports
- DELETE
/notifications/transports/{transportId}
- GET
- Fixed an issue with listing followers by user
BeamAPI 1.0.5
- Fixed an issue with user followers being unsorted
BeamAPI 1.0.3
- Fixed CSRF handling with:
DELETE
/users/currentPOST
/oauth/twitter/loginPOST
/oauth/discord/login
BeamAPI 1.0.2
- Fixed an issue with refreshing CSRF token on logging out
BeamAPI 1.0.1
- Modified requests to send CSRF tokens
BeamAPI 1.0.0
- Initial public release