📚 Official unofficial Golang bindings for Telegraph API https://telegra.ph/api
Go to file
Maxim Lebedev 88f62c7797
🔧 Updated Makefile
Use mod tool instead dep
2020-01-14 11:11:13 +05:00
.github/workflows 👷 Added GitHub Actions 2020-01-14 11:10:19 +05:00
.editorconfig 🔧 Added editor and pre-commit configs 2019-07-24 13:38:36 +05:00
.gitignore 🏁 Fast start 2016-12-22 00:37:14 +05:00
.gitlab-ci.yml 💚 Updated Gitlab CI config 2019-07-24 13:04:09 +05:00
.pre-commit-config.yaml 🔧 Added editor and pre-commit configs 2019-07-24 13:38:36 +05:00
CODE_OF_CONDUCT.md 🚚 Moved docs to repository root 2019-07-24 12:58:51 +05:00
LICENSE.md 🚚 Moved docs to repository root 2019-07-24 12:58:51 +05:00
Makefile 🔧 Updated Makefile 2020-01-14 11:11:13 +05:00
README.md 📝 Updated docs 2019-07-24 13:45:16 +05:00
SUPPORT.md 📝 Updated docs 2019-07-24 13:45:16 +05:00
content.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
content_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
create_account.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
create_account_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
create_page.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
create_page_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
doc.go 📝 Added doc.go with package description 2017-12-13 14:49:00 +05:00
edit_account_info.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
edit_account_info_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
edit_page.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
edit_page_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
example_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
get_account_info.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
get_account_info_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
get_page.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
get_page_list.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
get_page_list_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
get_page_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
get_views.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
get_views_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
go.mod 📦 Run 'go mod tidy' 2019-07-24 13:47:11 +05:00
go.sum 📦 Run 'go mod tidy' 2019-07-24 13:47:11 +05:00
revoke_access_token.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
revoke_access_token_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
telegraph.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
types.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00

README.md

GoLang bindings for the Telegraph API discord

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.

Need help?