https://github.com/theodesp/go-twilio
The UnOfficial Community Driven Golang API Library for Twilio https://www.twilio.com/
https://github.com/theodesp/go-twilio
go twillio
Last synced: about 1 year ago
JSON representation
The UnOfficial Community Driven Golang API Library for Twilio https://www.twilio.com/
- Host: GitHub
- URL: https://github.com/theodesp/go-twilio
- Owner: theodesp
- Created: 2018-08-02T15:01:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T17:47:09.000Z (over 7 years ago)
- Last Synced: 2025-03-29T17:13:02.413Z (about 1 year ago)
- Topics: go, twillio
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-twilio
The UnOfficial Community Driven Golang API Library for Twilio https://www.twilio.com/
## Development
There are currently two commands which should be used:
`make build` - compiles the `src/main.go` file and places the binary in `bin/`
`make run` - compiles the binary if they isn't already and runs the program
without parameters.
There is an `.editorconfig` with convenient settings, make sure your editor
respects these file.