Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 336 Bytes

TODO.md

File metadata and controls

28 lines (19 loc) · 336 Bytes

Things To Do

Target Objects

Views

Models

  • Person
    • First Name
    • Last Name
    • Phone Number
    • Email Address
  • Token
    • token
    • expires
    • isExpired

Controllers

  • JamfAPI
    • authorize
      • uses token to get details
    • getInfo(ofUser: String) --> Person

Support Views