Registry / http-client / liquidweb-liquidweb-go

liquidweb-liquidweb-go

JSON →
library1.6.4gogounverified

A Go client library for the Liquid Web API.

go get github.com/liquidweb/liquidweb-go
INSTALL
IMPORT
SIG · LIQUIDWEB-LIQUIDWE
L
liquidweb-liquidweb-go
http-clientgov1.6.4
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.

liquidweb
github.com/liquidweb/liquidweb-go

Initialize a Liquid Web API client and make a call.

package main import ( "fmt" "github.com/liquidweb/liquidweb-go" ) func main() { client := liquidweb.NewClient("username", "password") resp, _ := client.Call("method", nil) fmt.Println(resp) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
liquidweb-liquidweb-go — go get liquidweb-liquidweb-go · libregistry