📚 Official unofficial Golang bindings for Telegraph API https://telegra.ph/api
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Maxim Lebedev 78755461c2
🔥 Removed CoC
FOSS is about code, not about political correctness
3 years ago
.github/workflows 👷 Added GitHub Actions 3 years ago
.editorconfig 🔧 Added editor and pre-commit configs 4 years ago
.gitignore 🏁 Fast start 7 years ago
.gitlab-ci.yml 💚 Updated GitLab CI config 3 years ago
.pre-commit-config.yaml 🔧 Added editor and pre-commit configs 4 years ago
CHANGELOG.md 🔖 Release v1.2.1 3 years ago
CONTRIBUTING.md 👥 Updated contributors list 3 years ago
LICENSE.md 📄 Updated license year 3 years ago
Makefile 🔧 Updated Makefile 3 years ago
README.md 📝 Updated docs 4 years ago
content.go 🚨 Removed linter warnings 3 years ago
content_test.go 🚨 Removed linter warnings 3 years ago
create_account.go ♻️ Use json body instead query string 3 years ago
create_account_test.go 🚨 Removed linter warnings 3 years ago
create_page.go ♻️ Use json body instead query string 3 years ago
create_page_test.go 🚨 Removed linter warnings 3 years ago
doc.go ♻️ Use json body instead query string 3 years ago
edit_account_info.go ♻️ Use json body instead query string 3 years ago
edit_account_info_test.go 🚨 Removed linter warnings 3 years ago
edit_page.go ♻️ Use json body instead query string 3 years ago
edit_page_test.go 🚨 Removed linter warnings 3 years ago
example_test.go ♻️ Use json body instead query string 3 years ago
get_account_info.go ♻️ Use json body instead query string 3 years ago
get_account_info_test.go 🚨 Removed linter warnings 3 years ago
get_page.go ♻️ Use json body instead query string 3 years ago
get_page_list.go ♻️ Use json body instead query string 3 years ago
get_page_list_test.go 🚨 Removed linter warnings 3 years ago
get_page_test.go 🚨 Removed linter warnings 3 years ago
get_views.go ♻️ Use json body instead query string 3 years ago
get_views_test.go 🚨 Removed linter warnings 3 years ago
go.mod ⬆️ Upgraded modules 3 years ago
go.sum ⬆️ Upgraded modules 3 years ago
revoke_access_token.go ♻️ Use json body instead query string 3 years ago
revoke_access_token_test.go 🚨 Removed linter warnings 3 years ago
telegraph.go 🚨 Removed linter warnings 3 years ago
types.go 🔥 Removed go generate comments 3 years ago

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?