damien-rivet / JamfKit

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

Provide URLRequest for JSS endpoints #70

Closed damien-rivet closed 6 years ago

damien-rivet commented 6 years ago

New feature

Short description

Once the SessionManager is fully configured, it should be possible to retrieve URLRequests for all the models supported by JamfKit.

Missing functionnality

The SessionManager should be able to produce URLRequest that can be used by any user against the network communication framework of their choice.

Those requests should be available for the 4 methods currently supported by JSS:

Implementation

TBD

damien-rivet commented 6 years ago

Implemented by #72.