Registry / cloud / putdotio-go-putio

putdotio-go-putio

JSON →
library1.7.3gogounverified

Package putio is the Put.io API v2 client for Go.

go get github.com/putdotio/go-putio
INSTALL
IMPORT
SIG · PUTDOTIO-GO-PUTIO
P
putdotio-go-putio
cloudgov1.7.3
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.

putio
✓ github.com/putdotio/go-putio

Creates a new Put.io API client.

package main import ( "fmt" "github.com/putdotio/go-putio" ) func main() { client := putio.NewClient(nil) fmt.Println(client) }
Debug
Known issues
gotchaAuthentication must be handled externally via an http.Client with OAuth2 token.
fix
Use golang.org/x/oauth2 to create an authenticated http.Client before passing to putio.NewClient.
affects: >=1.0.0
Upgrade
Version history
1.7.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
putdotio-go-putio — go get putdotio-go-putio · libregistry