nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
34 stars 29 forks source link

Feature: Add User Agent Information #199

Open jvanderaa opened 1 month ago

jvanderaa commented 1 month ago

It would be good to enhance things further to provide the option to have a header that gives the user/agent.

joewesch commented 1 month ago

There was already a PR to add this and a conclusion that it is already possible: https://github.com/nautobot/pynautobot/pull/171#issuecomment-2104209674

nrnvgh commented 1 month ago

My two cents: We actually ran into a case recently where having the client send a vendor-side user-agent would have been useful; specifically, being able to run reports to determine what version of pynautobot our customers were using; having that in the user-agent header would have made things easier.