macadmins / jamf-pro-sdk-python

A client library for the Jamf Pro APIs and webhooks.
https://macadmins.github.io/jamf-pro-sdk-python/
MIT License
44 stars 10 forks source link

first stab at categories #13

Closed Honestpuck closed 9 months ago

Honestpuck commented 9 months ago

I think this should do the job, it passes all the tests.

brysontyrrell commented 9 months ago

Thanks for this first PR @Honestpuck 🎉

One thing I'd like added as a part of any new code is an update to the appropriate reference docs.

You can follow the example linked here: https://github.com/macadmins/jamf-pro-sdk-python/blob/main/docs/reference/models_classic.rst?plain=1#L57-L70

brysontyrrell commented 9 months ago

Closing in favor of #15