univ-of-utah-marriott-library-apple / python-jamf

`python-jamf` is a library for connecting to a Jamf Server. It maps Jamf Pro records to a Record class. It is the basis for the `jctl` tool to automate patch management & packages and many other items.
MIT License
56 stars 17 forks source link

Removed old stuff from api.py, added main to test_records.py, in records.py changed path method and removed print and json methods. #37

Closed magnusviri closed 3 years ago

magnusviri commented 3 years ago

Removed the following property and methods from api.py because records.py replaces their purpose and is much better.

Removed the following methods from records.py because it's easier to just do it yourself.

Changed path method so that the argument is singular instead of plural (the reason for plural was dumb).

Added a main to test_records.py