Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(template): autobrr added missing API endpoints #42

Conversation

TRaSH-
Copy link
Contributor

@TRaSH- TRaSH- commented Dec 29, 2024

Added: missing autobrr API endpoint for Radarr/Sonarr, mainly because of the integration of Omegabrr

Radarr:

    "/api/v3/movie": [
        "get"
    ],
    "/api/v3/release/push": [
        "post"
    ],
    "/api/v3/system/status": [
        "get"
    ],
    "/api/v3/tag": [
        "get"
    ]

Sonarr:

    "/api/v3/system/status": [
        "get"
    ],
    "/api/v3/tag": [
        "get"
    ],
    "/api/v3/series": [
        "get"
    ]

DISCLAIMER: I've tested this update for several days and approved all logged API endpoints. However, it's still possible that some API endpoints aren't logged on my side because of different usage.

@austinwbest austinwbest merged commit 925846b into Notifiarr:main Dec 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants