
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
pkg.re/essentialkaos/go-crowd.develop
Advanced tools
Installation • Usage example • Build Status • License
go-crowd is a Go package for working with Crowd REST API.
Note, that this is beta software, so it's entirely possible that there will be some significant bugs. Please report bugs so that we are aware of the issues.
Make sure you have a working Go 1.15+ workspace (instructions), then:
go get -d pkg.re/essentialkaos/go-crowd.v3
For update to latest stable release, do:
go get -d -u pkg.re/essentialkaos/go-crowd.v3
package main
import (
"fmt"
"pkg.re/essentialkaos/go-crowd.v3"
)
func main() {
api, err := crowd.NewAPI("https://crowd.domain.com/crowd/", "myapp", "MySuppaPAssWOrd")
api.SetUserAgent("MyApp", "1.2.3")
if err != nil {
fmt.Printf("Error: %v\n", err)
return
}
user, err := api.GetUser("john", true)
if err != nil {
fmt.Printf("Error: %v\n", err)
return
}
fmt.Println("%-v\n", user)
}
| Branch | Status |
|---|---|
master (Stable) | |
develop (Unstable) |
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.