# Packages
No description provided by the author
# README
directus-go
Directus Go SDK.
Install
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
.