telegraph/README.md

18 lines
774 B
Markdown
Raw Permalink Normal View History

2019-07-24 07:58:51 +00:00
# GoLang bindings for the Telegraph API [![discord](https://discordapp.com/api/guilds/208605007744860163/widget.png)](https://discord.gg/QJ8z5BN)
> This project is just to provide a wrapper around the API without any additional features.
2019-07-24 08:45:16 +00:00
All methods and types available and this library (possibly) is ready for use in production. Yaay!
2019-07-24 07:58:51 +00:00
## Start using telegraph
2019-07-24 08:45:16 +00:00
Download and install it:
2019-07-24 07:58:51 +00:00
`$ go get -u gitlab.com/toby3d/telegraph`
2019-07-24 08:45:16 +00:00
Import it in your code:
2019-07-24 07:58:51 +00:00
`import "gitlab.com/toby3d/telegraph"`
## Examples
See [GoDoc examples section](https://godoc.org/gitlab.com/toby3d/telegraph#pkg-examples) or check [example_test.go](/example_test.go).
## Need help?
- [Open new issue](https://gitlab.com/toby3d/telegraph/issues/new)
- [Discuss in Discord](https://discord.gg/QJ8z5BN)