Replies: 1 comment 6 replies
-
I am not sure about your question here? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using NodeRed, I use the HTTP Request node to make a REST API call directly to my adguard home instance. This requires me to set up basic auth headers and a full JSON payload by hand. I'm wondering if it's possible to instead make the API calls through the integration itself, at the very least to take care of authentication for me? I think it would be beneficial to have the Adguard Home authentication centralized in the integration itself, instead of scattered around different NR flows.
If this is possible could you please help me understand how to do it? Thank you.
For more context: I am using API calls instead of the integration directly because I need to be able to block services in client settings (using
POST /clients/update
) instead of blocking them globally. I do this at specific hours each day.Beta Was this translation helpful? Give feedback.
All reactions