deploymenttheory / go-api-sdk-jamfpro

A jamf pro api sdk written in go that can perform CRUD operations against both the classic and jamf pro api. Includes an examples and recipes library demonstrating usage
Mozilla Public License 2.0
12 stars 8 forks source link

Feature Request - Modules for SDK recipes #455

Open ShocOne opened 1 month ago

ShocOne commented 1 month ago

Description

Implement SDK modules for jamf pro recipes. Modules are defined as collections of common, repeatable steps (api calls) that can be consumed by recipes to ensure logic is centralised, follows DRY principles and reduces recipe code line count.