git2jss
git2jss copied to clipboard
2024 Jamf API Updates and New Features
With the API changes to Jamf requiring a token, this pull request updates the code to the new format. Additionally, a config file can be used to store and retrieve the credentials and other information for the script. Generalized some of the code and used Black python formatter, too. Switched from etree to defusedxml for security reasons.