You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.3.1 - Request test suite & Request Info in body
Features:
* Allow sending Request-Info in request body instead of in header
* Started request test suite
Changes:
* Refactor request generating code
* Run tests in travis
* Added error for empty server responses
New Dependencies:
* github.com/google/go-cmp
* github.com/pkg/errors
* gotest.tools
Develop (#15)
* Moved files around to make single package instead of sub-package
* Update travis build
* Update travis build
* gometalinter was deprecated, changing build script
* update travis
* Added configurable URL for voice and text
* Added ability to specify custom http client
* Update README
* Remove import comments