sonarr 0.0.1-pre.6
sonarr: ^0.0.1-pre.6 copied to clipboard
Facilitate the communication to and from Sonarr's API, a smart PVR for newsgroup and bittorrent users.
0.0.1-pre.6 #
- Implemented
/v3/languageprofileto fetch all language profiles - Models for
SonarrLanguageProfileand nested models - Correctly export all model types
0.0.1-pre.5 #
- Implemented
/profileto fetch all quality profiles - Models for
SonarrQualityProfileand nested models
0.0.1-pre.4 #
- Fixed DateTime parsing when date is null
0.0.1-pre.3 #
- All dates in
/seriescalls now return DateTime objects
0.0.1-pre.2 #
- Implemented
/seriesto fetch all series - Implemented
/series/{id}to fetch single series - Models for
SonarrSeriesand nested models
0.0.1-pre.1 #
- Initial Release