📚 Official unofficial Golang bindings for Telegraph API https://telegra.ph/api
Go to file
Maxim Lebedev 78755461c2
🔥 Removed CoC
FOSS is about code, not about political correctness
2020-06-20 02:51:25 +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
CHANGELOG.md 🔖 Release v1.2.1 2020-01-14 12:51:00 +05:00
CONTRIBUTING.md 👥 Updated contributors list 2020-01-14 12:47:40 +05:00
LICENSE.md 📄 Updated license year 2020-01-14 12:48:21 +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
content.go 🚨 Removed linter warnings 2020-06-20 02:50:21 +05:00
content_test.go 🚨 Removed linter warnings 2020-06-20 02:50:21 +05:00
create_account.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
create_account_test.go 🚨 Removed linter warnings 2020-06-20 02:50:21 +05:00
create_page.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
create_page_test.go 🚨 Removed linter warnings 2020-06-20 02:50:21 +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 🚨 Removed linter warnings 2020-06-20 02:50:21 +05:00
edit_page.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
edit_page_test.go 🚨 Removed linter warnings 2020-06-20 02:50:21 +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 🚨 Removed linter warnings 2020-06-20 02:50:21 +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 🚨 Removed linter warnings 2020-06-20 02:50:21 +05:00
get_page_test.go 🚨 Removed linter warnings 2020-06-20 02:50:21 +05:00
get_views.go ♻️ Use json body instead query string 2020-01-14 11:30:18 +05:00
get_views_test.go 🚨 Removed linter warnings 2020-06-20 02:50:21 +05:00
go.mod ⬆️ Upgraded modules 2020-06-20 02:50:36 +05:00
go.sum ⬆️ Upgraded modules 2020-06-20 02:50:36 +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 🚨 Removed linter warnings 2020-06-20 02:50:21 +05:00
telegraph.go 🚨 Removed linter warnings 2020-06-20 02:50:21 +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?