Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.1 KB

Core Package README

GoDoc Go Report Card

Overview

The core package provides a centralized and reusable implementation for making HTTP requests and handling API responses for Coinbase Go SDKs. It includes features for setting custom headers, managing credentials, and providing structured error handling.

Installation

The core package is already integrated with the Coinbase Prime and Coinbase International Exchange (INTX) Go SDKs. To manually install the core package, use the following command:

go get github.com/coinbase-samples/core-go

Usage

To use the core package, import it into your project:

import "github.com/coinbase-samples/core-go"

Then, create a new instance of the Client struct:

client := core.NewClient()