Registry / http-client / disgoorg-restclient

disgoorg-restclient

JSON →
library1.2.8gogounverified

A simple REST client for Go, part of the Disgo Discord bot framework.

go get github.com/DisgoOrg/restclient
INSTALL
IMPORT
SIG · DISGOORG-RESTCLIEN
D
disgoorg-restclient
http-clientgov1.2.8
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.

restclient
github.com/DisgoOrg/restclient

Make a GET request using the REST client.

package main import ( "fmt" "github.com/DisgoOrg/restclient" ) func main() { client := restclient.New() resp, err := client.Get("https://api.example.com/data", nil) if err != nil { panic(err) } fmt.Println(string(resp.Body)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
disgoorg-restclient — go get disgoorg-restclient · libregistry