📚 Official unofficial Golang bindings for Telegraph API https://telegra.ph/api
Go to file
Maxim Lebedev c912bc1346
🔥 Removed go generate comments
2020-01-14 11:43:33 +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 2020-01-14 11:11:59 +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 ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
content_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
create_account.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
create_account_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
create_page.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
create_page_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
doc.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
edit_account_info.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
edit_account_info_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
edit_page.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
edit_page_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
example_test.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
get_account_info.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
get_account_info_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
get_page.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
get_page_list.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +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 ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
get_views_test.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
go.mod ⬇️ Updated modules 2020-01-14 11:31:45 +05:00
go.sum ⬇️ Updated modules 2020-01-14 11:31:45 +05:00
revoke_access_token.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
revoke_access_token_test.go ♻️ Refactored old code 2019-07-24 13:03:29 +05:00
telegraph.go 🔥 Removed go generate comments 2020-01-14 11:43:33 +05:00
types.go 🔥 Removed go generate comments 2020-01-14 11:43:33 +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?