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

https://github.com/yuexcom/go-parasut

Go library for accessing the Paraşüt API
https://github.com/yuexcom/go-parasut

billing go parasut

Last synced: 5 months ago
JSON representation

Go library for accessing the Paraşüt API

Awesome Lists containing this project

README

          

# go-parasut

[![GoDoc](https://godoc.org/github.com/yuexcom/go-parasut/v1?status.svg)](https://godoc.org/github.com/yuexcom/go-parasut/v1)
[![Go Report Card](https://goreportcard.com/badge/github.com/yuexcom/go-parasut?style=flat-square)](https://goreportcard.com/report/github.com/yuexcom/go-parasut)

go-parasut is a Go client library for accessing the [Paraşüt API v4](https://apidocs.parasut.com/).

go-parasut requires Go version 1.11 or greater.

## Installation

```bash
$ export $GO111MODULE=on
$ go get github.com/yuexcom/go-parasut
```

## License

[MIT](https://choosealicense.com/licenses/mit/)