📚 Official unofficial Golang bindings for Telegraph API
https://telegra.ph/api
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
README.md
GoLang bindings for the Telegraph API 
This project is just to provide a wrapper around the API without any additional features.
All methods and types available and this library (possibly) is ready for use in production. Yaay!
Start using telegraph
Download and install it:
$ go get -u gitlab.com/toby3d/telegraph
Import it in your code:
import "gitlab.com/toby3d/telegraph"
Examples
See GoDoc examples section or check example_test.go.