buildarr / buildarr-sonarr

Sonarr PVR plugin for Buildarr
https://buildarr.github.io/plugins/sonarr
GNU General Public License v3.0
2 stars 4 forks source link

When defining import lists for another Sonarr instance, use the instance API endpoints to get target resources #12

Open Callum027 opened 1 year ago

Callum027 commented 1 year ago

For Sonarr import lists, the following API endpoints allow the Sonarr instance to get the following resource values for the target instance on Buildarr's behalf:

The request body should contain the import list API object.

This will not only confirm that the Sonarr instance can communicate with the target instance, it will eliminate the need for Buildarr to communicate with the target instance, and the need for defining extra parameters to make that work.