1
0
Fork 0

📄 Updated LICENSE.md date and name

This commit is contained in:
Maxim Lebedev 2024-02-10 11:10:43 +06:00
parent 9a5072d891
commit 0c0e8f397d
Signed by: toby3d
GPG key ID: 1F14E25B7C119FC5
3 changed files with 19 additions and 19 deletions

View file

@ -1,5 +1,5 @@
# MIT License
Copyright (c) 2020 Maxim Lebedev
Copyright 2024 Maxim «toby3d» Lebedev
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,18 +0,0 @@
# 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.
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](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)

18
docs/README.md Normal file
View file

@ -0,0 +1,18 @@
# Telegraph API [![Go Reference](https://pkg.go.dev/badge/source.toby3d.me/toby3d/telegraph.svg)](https://pkg.go.dev/source.toby3d.me/toby3d/telegraph)
![](cover.jpg)
This project is just to provide a wrapper around the API without any additional features.
Download:
```bash
$ go get -u source.toby3d.me/toby3d/telegraph
```
Import:
```
import "source.toby3d.me/toby3d/telegraph"
```
See [examples section](https://pkg.go.dev/source.toby3d.me/toby3d/telegraph#pkg-examples).
If you need help, [email me](mailto:support@toby3d.me?subject=Telegraph).