Registry / http-client / kevinburke-rest

kevinburke-rest

JSON →
library0.0.0-20260409054841-80495f687509gogounverified

Package rest implements responses and an HTTP client for API consumption.

go get github.com/kevinburke/rest
INSTALL
IMPORT
SIG · KEVINBURKE-REST
K
kevinburke-rest
http-clientgov0.0.0-20260409054841-80495f687509
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.

rest
github.com/kevinburke/rest

Create a REST client and make a GET request.

package main import ( "fmt" "github.com/kevinburke/rest" ) func main() { client := rest.NewClient() resp, _ := client.Get("https://api.example.com/data") fmt.Println("Response:", resp) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260409054841-80495f687509latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
kevinburke-rest — go get kevinburke-rest · libregistry