Registry / http-client / sacloud-go-http

sacloud-go-http

JSON →
library0.1.9gogounverified

An HTTP client library for interacting with SakuraCloud APIs, providing request signing and utilities.

go get github.com/sacloud/go-http
INSTALL
IMPORT
SIG · SACLOUD-GO-HTTP
S
sacloud-go-http
http-clientgov0.1.9
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.

sacloudhttp
github.com/sacloud/go-http

Create a SakuraCloud HTTP client and make a GET request

package main import ( "context" "github.com/sacloud/go-http" ) func main() { client := sacloudhttp.NewClient() resp, _ := client.NewRequest(context.Background(), "GET", "/api/cloud/1.1/server", nil) _ = resp }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources