Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yograterol/coinpayments-go
CoinPayments Client for Go
https://github.com/yograterol/coinpayments-go
client coinpayments golang wrapper
Last synced: 25 days ago
JSON representation
CoinPayments Client for Go
- Host: GitHub
- URL: https://github.com/yograterol/coinpayments-go
- Owner: yograterol
- License: mit
- Created: 2017-02-19T01:24:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T14:55:15.000Z (over 7 years ago)
- Last Synced: 2024-10-09T17:27:24.655Z (about 1 month ago)
- Topics: client, coinpayments, golang, wrapper
- Language: Go
- Size: 16.6 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API Wrapper for Coinpayments API written in Golang
[![Build Status](https://travis-ci.org/yograterol/coinpayments-go.svg?branch=master)](https://travis-ci.org/yograterol/coinpayments-go)
Tested on Go 1.7 and 1.8.
## Installation
`go get github.com/yograterol/coinpayments-go`
## Usage
## TODO
- [ ] Resolve inconsistency in Balances API with `balance` field.
- [ ] IPN methods.
- [ ] More reliable tests.