Implemented Exchange version variable.

This commit is contained in:
Adrian Gallagher
2015-03-10 15:20:21 +11:00
parent d08fb482be
commit 6fc6c9f116
8 changed files with 10 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ import (
const (
ITBIT_API_URL = "https://api.itbit.com/v1/"
ITBIT_API_VERSION = "1"
)
type ItBit struct {