A new class: Thread. Get thread contents by its AniList ID
Added new methods to create activities. Post and delete activities on AniList when the user is logged in.
Added request timeout to automatically stop the request if AniList takes too long to respond. (#42)
Fixes
Fixed object keys on activity and recommendations data objects. Objects originally needed to do data.Activity.id or data.Recommendation.id instead of data.id.
Fixed Activity Typings as some typings only existed on ListActivity and not all three Activity types.
Fixed JSDoc Dependency for development (#42)
Fixed Anilist.Lists Still Appearing (#41)
Modified Fetcher to be synchronous instead of async/await (#42)
Depreciated
Removed likeCount in activities in favour of the new likes array.
Description
Merging Development branch for Release.
Added
Fixes
data.Activity.id
ordata.Recommendation.id
instead ofdata.id
.Depreciated
Related Issue
36 & #30
Other Information: