Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/altipla-consulting/directus-go

Directus Go SDK.
https://github.com/altipla-consulting/directus-go

Last synced: about 1 month ago
JSON representation

Directus Go SDK.

Awesome Lists containing this project

README

        

# directus-go

[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/directus-go.svg)](https://pkg.go.dev/github.com/altipla-consulting/directus-go)

Directus Go SDK.

## Install

```shell
go get github.com/altipla-consulting/directus-go/v2
```

## Compatibility

We release a new major version for each new Directus major release. Keep using the old version of the library if you want to communicate effectively with an old server.

| directus-go | Directus |
|-------------|----------|
| v0, v1 | Directus 10 |
| v2 | Directus 11 |

## Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.

## License

[MIT License](LICENSE)