mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-26 06:00:17 -05:00
* Add a Arukas provider * Add dependencies for the Arukas provider * Add documents for the Arukas
15 lines
433 B
Markdown
15 lines
433 B
Markdown
# api2go JSONAPI package
|
|
|
|
This package contains [JSON API](http://jsonapi.org) compatible
|
|
marshal und unmarshal functionality.
|
|
|
|
```
|
|
go get github.com/manyminds/api2go/jsonapi
|
|
```
|
|
|
|
## Usage
|
|
|
|
For information on how to use this package, please refer to the
|
|
documentation on the [api2go](https://github.com/manyminds/api2go) main project,
|
|
the integration_test.go or the [godoc](http://godoc.org/github.com/manyminds/api2go/jsonapi).
|