Skip to main content
Module

x/jamf_school/mod.ts

A simple, secure, correct, and modern Jamf School API wrapper. (Unofficial)
Go to Latest
File
export { createAPI } from "./api.ts";export type { Credentials } from "./api.ts";
export { createClient } from "./client.ts";
// dprint-ignoreexport type { API, Client, Device, DeviceGroup, User, UserGroup,} from "./models.ts";
// Deno's standard library does the same thing. Good for consistency.export { version } from "./version.ts";