📚 Official unofficial Golang bindings for Telegraph API
https://telegra.ph/api
FOSS is about code, not about political correctness |
||
---|---|---|
.github/workflows | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.pre-commit-config.yaml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
content.go | ||
content_test.go | ||
create_account.go | ||
create_account_test.go | ||
create_page.go | ||
create_page_test.go | ||
doc.go | ||
edit_account_info.go | ||
edit_account_info_test.go | ||
edit_page.go | ||
edit_page_test.go | ||
example_test.go | ||
get_account_info.go | ||
get_account_info_test.go | ||
get_page.go | ||
get_page_list.go | ||
get_page_list_test.go | ||
get_page_test.go | ||
get_views.go | ||
get_views_test.go | ||
go.mod | ||
go.sum | ||
revoke_access_token.go | ||
revoke_access_token_test.go | ||
telegraph.go | ||
types.go |
README.md
GoLang bindings for the Telegraph API 
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.