The official Doitpay Go SDK offers an easy and user-friendly method to access Doitpay's REST API in applications coded in Go.
- Package version: 1.0.0
Install doitpay-go in your Go application:
go get github.com/automotechnologies/doitpay-go
Place the package in your project directory and include the following in the import:
import doitpay "github.com/automotechnologies/doitpay-go"
To utilize the SDK, initialize it with your confidential API key which you can get from the Doitpay Dashboard. If you haven't, you can register for a free Dashboard account here.
dtp := doitpay.NewClient("API-KEY")
Access comprehensive API details and sample usages for each of our products by following the links provided below.
Read more at: