damien-rivet/JamfKit

Provide URLRequest for JSS endpoints

Closed this issue · 1 comments

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:

  • PUT
  • GET
  • POST
  • DELETE

Implementation

TBD

Implemented by #72.