Resolved! Retrieving information with RESTCONF
Hello, everyone. I am studying RESTCONF for my ENCOR Exam and I have a question about how the URL is formatted. I have the following code here: import requests from rich import print as rprint headers = { "Accept": "application/yang-data+json" } url ...