Skip to content

Simplify Jamf API connection #4

@Hobadee

Description

@Hobadee

Currently the Jamf API connection is established via 2 separate calls, such as:

JAC = JamfApiConnection(server, username, password)
api = JamfApi(JAC)

There was some reason I had to do a 2-step call like this, but I can't remember what it was anymore. Regardless, it's a little silly, and the 2-steps should be abstracted away so it's just a single call such as:

api = Jamf(server, username, password)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions