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.