damien-rivet / JamfKit

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

Add Jamf host configuration #69

Closed damien-rivet closed 6 years ago

damien-rivet commented 6 years ago

Summary

Implements #64 by adding the basic element needed for configuring the URLRequest that will be returned / used later on by the framework.

Miscellaneous

Added SessionManager. Added base request creation. Added base errors.

codecov[bot] commented 6 years ago

Codecov Report

Merging #69 into develop will decrease coverage by 0.56%. The diff coverage is 88.13%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #69      +/-   ##
===========================================
- Coverage    98.54%   97.97%   -0.57%     
===========================================
  Files           33       36       +3     
  Lines         1028     1087      +59     
===========================================
+ Hits          1013     1065      +52     
- Misses          15       22       +7
Impacted Files Coverage Δ
JamfKit/Sources/Models/BaseObject.swift 100% <ø> (ø) :arrow_up:
JamfKit/Sources/Session/SessionManagerError.swift 100% <100%> (ø)
...mfKit/Sources/Session/SessionManagerRequests.swift 100% <100%> (ø)
JamfKit/Sources/Session/SessionManager.swift 79.41% <79.41%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 533badb...3aa29cb. Read the comment docs.