damien-rivet / JamfKit

A Jamf Classic communication framework written in Swift
MIT License
41 stars 1 forks source link

Allow users to configure the Jamf host to perform request(s) against #64

Closed damien-rivet closed 6 years ago

damien-rivet commented 6 years ago

New feature

Short description

Required by #63.

Implementation

Supply the users with a simple mean of configuring the Jamf host to target for JamfKit.

This will be used later to output URLRequest or to perform them directly.

damien-rivet commented 6 years ago

Implemented by #69.