Registry /
cloud / navercloudplatform-ncloud-sdk-go
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.
ncloud
✓ github.com/NaverCloudPlatform/ncloud-sdk-go
List server instances using the Naver Cloud SDK.
package main
import (
"fmt"
"github.com/NaverCloudPlatform/ncloud-sdk-go"
)
func main() {
client := ncloud.NewClient("access-key", "secret-key")
servers, _ := client.GetServerInstanceList()
fmt.Println(servers)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.