文件名称:go-scalingo:使用Scalingo API的客户端
文件大小:109KB
文件格式:ZIP
更新时间:2024-04-18 15:41:26
Go
Go Scalingo API v4.12.0的客户端 该存储库是的Go客户端。 入门 package main import ( "github.com/Scalingo/go-scalingo" ) func getClient () ( * scalingo. Client , error ) { config := scalingo. ClientConfig { APIEndpoint : "https://api.osc-fr1.scalingo.com" , // Possible endpoints can be found at https://developers.scalingo.com/#endpoints APIToken : "tk-us-XYZXYZYZ" , // You can create a token in the dashboard a