An open API service indexing awesome lists of open source software.

https://github.com/meinside/telegraph-go

Go library for Telegraph API (http://telegra.ph/api)
https://github.com/meinside/telegraph-go

golang telegraph-api

Last synced: about 1 year ago
JSON representation

Go library for Telegraph API (http://telegra.ph/api)

Awesome Lists containing this project

README

          

# telegraph-go

Go library for using [Telegraph API](https://telegra.ph/api).

## Install

```bash
$ go get -u github.com/meinside/telegraph-go
```

## Usage

### Sample codes

See codes in [./samples/](https://github.com/meinside/telegraph-go/tree/master/samples).

## Todo

- [X] Add a helper function for converting HTML strings into []telegraph.Node
- [X] Support go module
- [X] Add tests
- [ ] Add benchmarks