Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Spotnana-Tech/sec-jumpcloud-client-go

Repository files navigation

sec-jumpcloud-client-go

A Go client for Jumpcloud

This project is archived.

"Jumpcloud" is a trademark of Jumpcloud, Inc. "Go" is a trademark of Google LLC or its affiliate ("Google") for its programming language (see https://go.dev/brand). These marks are used nominatively to indicate the nature and function of Spotnana's source code, which is neither sponsored or endorsed by Jumpcloud, Inc. or Google.

Tests

Example Usage

package main

import (
	"github.com/Spotnana-Tech/sec-jumpcloud-client-go"
)

func main() {
	// Create a new Jumpcloud client
	c, err := jumpcloud.NewClient("api_key")
	
	// Get all usergroups
	g, err := c.GetAllUserGroups() 
}

About

A go client for the Jumpcloud API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages