📚 Official unofficial Golang bindings for Telegraph API https://telegra.ph/api
Go to file
Maxim Lebedev 4bd004d955
♻️ Tests refactor
2018-11-29 19:44:58 +05:00
docs 🚚 Moved LICENSE.md from 'docs' directory to root 2018-03-14 15:55:43 +05:00
test ♻️ Tests refactor 2018-11-29 19:44:58 +05:00
.gitignore 🏁 Fast start 2016-12-22 00:37:14 +05:00
.gitlab-ci.yml 💚 Changed CI config 2018-07-27 16:51:33 +05:00
LICENSE.md 🚚 Moved LICENSE.md from 'docs' directory to root 2018-03-14 15:55:43 +05:00
Makefile ♻️ Package refactor 2018-07-27 16:51:14 +05:00
content.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
create_account.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
create_page.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
doc.go 📝 Added doc.go with package description 2017-12-13 14:49:00 +05:00
edit_account_info.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
edit_page.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
example_test.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
get_account_info.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
get_page.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
get_page_list.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
get_views.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
request.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
revoke_access_token.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00
types.go ♻️ Package refactor 2018-07-27 16:51:14 +05:00

docs/README.md

GoLang bindings for the Telegraph API discord

This project is just to provide a wrapper around the API without any additional features.

License
Build Status
GoDoc
Go Report
Patreon
Awesome

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 github.com/toby3d/telegraph

Import it in your code:
import "github.com/toby3d/telegraph"

Examples

See GoDoc examples section or check example_test.go.

Need help?