📚 Official unofficial Golang bindings for Telegraph API https://telegra.ph/api
Go to file
Maxim Lebedev fe6abc89bc
🚚 Moved LICENSE.md from 'docs' directory to root
2018-03-14 15:55:43 +05:00
docs 🚚 Moved LICENSE.md from 'docs' directory to root 2018-03-14 15:55:43 +05:00
test 🚚 Moved all tests to 'test' directory 2018-03-14 13:59:02 +05:00
.gitignore 🏁 Fast start 2016-12-22 00:37:14 +05:00
.travis.yml 😎 Kaboom! All done and closes #1 2016-12-24 22:09:28 +05:00
LICENSE.md 🚚 Moved LICENSE.md from 'docs' directory to root 2018-03-14 15:55:43 +05:00
content.go 🎨 Format of the comments width in structures to 80 2017-12-13 16:26:01 +05:00
create_account.go 🎨 Format of the comments width in structures to 80 2017-12-13 16:26:01 +05:00
create_page.go 🎨 Format of the comments width in structures to 80 2017-12-13 16:26:01 +05:00
doc.go 📝 Added doc.go with package description 2017-12-13 14:49:00 +05:00
edit_account_info.go 🎨 Format comments and code width 2017-12-13 15:51:15 +05:00
edit_page.go 🎨 Format comments and code width 2017-12-13 15:51:15 +05:00
example_test.go Added package examples 2018-01-09 17:10:12 +05:00
get_account_info.go 🎨 Format of the comments width in structures to 80 2017-12-13 16:26:01 +05:00
get_page.go ♻️ More safe using of fasthttp.Args 2017-12-13 15:50:16 +05:00
get_page_list.go ♻️ More safe using of fasthttp.Args 2017-12-13 15:50:16 +05:00
get_views.go 💥 Reorder date arguments in GetViews method 2017-12-13 15:51:15 +05:00
request.go Release arguments in Request 2018-03-14 13:59:38 +05:00
revoke_access_token.go 🎨 Format comments and code width 2017-12-13 15:51:15 +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?