Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@EthanC EthanC released this 04 Feb 06:34
· 13 commits to master since this release

Added

  • Activision friend management functionality (#7)
    • AddFriend() / Player.addFriend()
    • RemoveFriend() / Player.removeFriend()
    • BlockPlayer() / Player.block()`
    • UnblockPlayer() / Player.unblock()
    • AddFavorite() / Player.addFavorite()
    • RemoveFavorite() / Player.removeFavorite()
    • GetMyFavorites()
  • Squad reporting functionality
    • ReportSquad() / Squad.report()
  • Video feed functionality
    • GetVideoFeed()
  • Friend Feed Reaction functionality
    • SetFeedReaction() / FeedItem.react()
    • RemoveFeedReaction() / FeedItem.unreact()
  • Friend Feed Favoriting functionality
    • SetFeedFavorite() / FeedItem.favorite()
    • RemoveFeedFavorite() / FeedItem.unfavorite()

Changed

  • Blog posts returned from GetNewsFeed() are now object-oriented with easier to access data points, see the Blog class for details
  • Feed items returned from GetFriendFeed() are now object-oriented with some pretty great functionality, such as FeedItem.Match, see the FeedItem class for details

Fixed

  • Fixed issue preventing text responses from being returned
  • Legacy endpoints will now return detailed exceptions