Skip to content

Releases: ArmindoFlores/ao3_api

AO3 API v2.3.0

31 May 14:58
c67b4b0
Compare
Choose a tag to compare

Changes:

  • Fixed Work.get_bookmarks()
  • Added support for getting which collections a work belongs to and to add a work to one or many collections

AO3 API v2.2.1

02 Mar 15:23
5049d85
Compare
Choose a tag to compare

Changes:

  • Bug fixes
  • Added more search options
  • Added ability to comment or bookmark under a chosen pseud

AO3 API v2.2.0

10 Jul 17:20
69204fd
Compare
Choose a tag to compare

Changes:

  • You can now create and delete bookmarks using Work.bookmark() and Work.delete_bookmark() (and the same applies to series objects)

AO3 API v2.1.2

07 Jul 10:03
ba317fd
Compare
Choose a tag to compare

This version adds some bug fixes

AO3 API v2.1.1

10 Jun 11:35
a4a3fb9
Compare
Choose a tag to compare

Changes:

  • Lots of bugfixes
  • Added revised_at option to search
  • Added words and id to metadata
  • Added number of comments to Work metadata

AO3 API v2.1.0

19 Apr 16:46
Compare
Choose a tag to compare

Changes:

  • User.get_bookmarks, User.get_works, Search, and Series.work_list now pull information from works without loading them
  • Fixed issues #37, #38 and #39
  • Completely changed AO3.Comments
  • Added AO3.Chapters, a chapter endpoint part of an AO3.Work
  • Added Session.get_statistics
  • Minor fixes

AO3 API v2.0.8

06 Apr 13:10
Compare
Choose a tag to compare

Changes:

  • Bug fixes
  • Added the restricted, expected_chapters, and complete properties to AO3.Work

AO3 API v2.0.7

22 Feb 17:14
Compare
Choose a tag to compare

Release info:

  • Added AO3.Work.metadata
  • Improved AO3.Work.get_chapter_text()
  • Improved AO3.Work.date_updated
  • Fixed bugs

AO3 API v2.0.6

20 Jan 19:33
Compare
Choose a tag to compare

Release info:

  • Fixed bugs regarding work authors
  • Added support for getting your history as a logged-in user
  • Added more search options