Skip to content

jagadeeshmeesala/twiliogo

 
 

Repository files navigation

Build Status

twilio-go

Forked from github.com/carlosdp/twiliogo and added UsageRecords API.

Installation

go get github.com/jagadeesh-/twiliogo

Documentation

GoDoc

Usage

Implemented Resources

  • Usage Records

Run Tests

Tests can be run using go test, as with most golang projects. This project also contains integration tests (where they can be done non-destructively using the API or the working Test Credential endpoints).

These integration tests can be run by providing the necessary environment variables to access the API, as in this Makefile:

test:
	@export API_KEY="<API KEY>";\
	export API_TOKEN="<API TOKEN>";\
	export TEST_KEY="<TEST KEY>";\
	export TEST_TOKEN="<TEST TOKEN>";\
	export TEST_FROM_NUMBER="<DEFAULT TEST CRED NUMBER>";\
	export FROM_NUMBER="<TEST FROM NUMBER>";\
	export TO_NUMBER="<TEST TO NUMBER>";\
	go test -v

About

Go helper library for the Twilio API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%