ArmindoFlores / ao3_api

An unofficial archiveofourown.org (AO3) API for python
MIT License
166 stars 64 forks source link

Add tag parameters to search operation #65

Closed murgatroid99 closed 2 years ago

murgatroid99 commented 2 years ago

This adds the ability to search for character, relationship, and other tags when performing a search operation. I added those parameters to the end of the parameter list to avoid creating a breaking change for users who only use positional arguments.

ArmindoFlores commented 2 years ago

Thanks for the PR. I'm going to change the parameter order to keep some consistency and have session be the last argument.