golift / starr

Starr Library: Fully functional go package to interact with Lidarr, Prowlarr, Radarr, Readarr, and Sonarr APIs.
https://golift.io/discord
MIT License
69 stars 18 forks source link

Add Calendar methods: sonarr & readarr #71

Closed davidnewhall closed 1 year ago

davidnewhall commented 1 year ago

Closes half of #66. I'm only going to do Sonarr and Readarr in this 1 PR to keep it smaller. Will make another one for the other two apps.

Cleans up Book, Author, and Episode types. Probably easier to look at without white-space changes: https://github.com/golift/starr/pull/71/files?w=1

davidnewhall commented 1 year ago

Tested this more and found that the pointers were pointless. Removed them. Merged master. Caught a mistake in the last PR and fixed that. Good to go now.