Registry / http-client / aiteung-atapi

aiteung-atapi

JSON →
library0.1.1gogounverified

API client library for Aiteung services.

go get github.com/aiteung/atapi
INSTALL
IMPORT
SIG · AITEUNG-ATAPI
A
aiteung-atapi
http-clientgov0.1.1
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.

atapi
github.com/aiteung/atapi

Basic usage of the ATAPI client.

package main import ( "fmt" "github.com/aiteung/atapi" ) func main() { client := atapi.NewClient() result, err := client.Get("/endpoint") if err != nil { fmt.Println(err) return } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
Resources
aiteung-atapi — go get aiteung-atapi · libregistry