Skip to content

Core tools for Coinbase Sample Go SDKs

Notifications You must be signed in to change notification settings

coinbase-samples/core-go

Repository files navigation

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

About

Core tools for Coinbase Sample Go SDKs

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages