Registry / cloud / koofr-go-koofrclient

koofr-go-koofrclient

JSON →
library0.0.0-20221207135200-cbd7fc9ad6a6gogounverified

A Go client library for interacting with the Koofr cloud storage API.

go get github.com/koofr/go-koofrclient
INSTALL
IMPORT
SIG · KOOFR-GO-KOOFRCLIE
K
koofr-go-koofrclient
cloudgov0.0.0-20221207135200-cbd7fc9ad6a6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

koofrclient
✓ github.com/koofr/go-koofrclient

Initialize a Koofr client and fetch user info.

package main import ( "fmt" "github.com/koofr/go-koofrclient" ) func main() { client := koofrclient.NewKoofrClient("https://app.koofr.net", "token") user, err := client.GetUserInfo() if err != nil { panic(err) } fmt.Println(user.Email) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20221207135200-cbd7fc9ad6a6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
koofr-go-koofrclient — go get koofr-go-koofrclient · libregistry