Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.23 KB

Doitpay Go SDK

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

Getting Started

Installation

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"

Authorization

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")

Documentation

Access comprehensive API details and sample usages for each of our products by following the links provided below.

Read more at:

Contact Us

[email protected]