📚 Official unofficial Golang bindings for Telegraph API https://telegra.ph/api
Go to file
Maxim Lebedev a6f03fc370
🏁 Fast start
All done except createPage, editPage functions and Node, NodeElements types (he's just non-stable for now, sorry)
2016-12-22 00:37:14 +05:00
.gitignore 🏁 Fast start 2016-12-22 00:37:14 +05:00
.travis.yml 🏁 Fast start 2016-12-22 00:37:14 +05:00
account.go 🏁 Fast start 2016-12-22 00:37:14 +05:00
CONTRIBUTORS.md 🏁 Fast start 2016-12-22 00:37:14 +05:00
LICENSE.md 🏁 Fast start 2016-12-22 00:37:14 +05:00
page.go 🏁 Fast start 2016-12-22 00:37:14 +05:00
README.md 🏁 Fast start 2016-12-22 00:37:14 +05:00
telegraph_test.go 🏁 Fast start 2016-12-22 00:37:14 +05:00
telegraph.go 🏁 Fast start 2016-12-22 00:37:14 +05:00

GoLang bindings for the Telegraph API

This project is just to provide a wrapper around the API without any additional features.

License
Build Status
GoDoc
Go Report
Patreon
discord

Available features

Methods

  • createAccount
  • createPage
  • editAccountInfo
  • editPage
  • getAccountInfo
  • getPage
  • getPageList
  • getViews
  • revokeAccessToken

Types

  • Account
  • Node
  • NodeElement
  • Page
  • PageList
  • PageViews

Start using telegraph

Download and install it:
$ go get -u github.com/toby3d/telegraph

Import it in your code:
import "github.com/toby3d/telegraph"

Requirements

Documentation