coinbase-samples / core-go

Core tools for Coinbase Sample Go SDKs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%