Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/altipla-consulting/directus-go
- Owner: altipla-consulting
- License: mit
- Created: 2023-12-15T16:07:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T07:59:53.000Z (4 months ago)
- Last Synced: 2024-09-11T03:07:31.613Z (4 months ago)
- Language: Go
- Homepage:
- Size: 101 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)