https://github.com/kleister/kleister-go
Kleister: SDK for Golang
https://github.com/kleister/kleister-go
go golang kleister minecraft openapi sdk swagger
Last synced: 2 months ago
JSON representation
Kleister: SDK for Golang
- Host: GitHub
- URL: https://github.com/kleister/kleister-go
- Owner: kleister
- License: apache-2.0
- Created: 2018-03-30T11:16:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T08:20:16.000Z (about 2 years ago)
- Last Synced: 2024-04-08T09:44:48.600Z (about 2 years ago)
- Topics: go, golang, kleister, minecraft, openapi, sdk, swagger
- Language: Makefile
- Homepage: https://kleister.eu
- Size: 340 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kleister: SDK for Go
[](https://github.com/kleister/kleister-go/actions/workflows/general.yml) [](https://matrix.to/#/#kleister:matrix.org) [](https://app.codacy.com/gh/kleister/kleister-go/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](https://pkg.go.dev/github.com/kleister/kleister-go)
This repository provides a client SDK for Go. This SDK is automatically
generated by the [OAPI Codegen][oapicodegen] project.
## Build
If you are not familiar with [Nix][nix] it is up to you to have a working
environment for Go (>= 1.24.0) as the setup won't we covered within this guide.
Please follow the official install instructions for [Go][golang]. Beside that
we are using [go-task][gotask] to define all commands to build this project.
```console
git clone https://github.com/kleister/kleister-go.git
cd kleister-go
task clean generate openapi build test
```
If you got [Nix][nix] and [Direnv][direnv] configured you can simply execute
the following commands to get al dependencies including [go-task][gotask] and
the required runtimes installed:
```console
cat << EOF > .envrc
use flake . --impure --extra-experimental-features nix-command
EOF
direnv allow
```
## Examples
For different kind of examples how to use this library please take a look at the
[examples/](./examples) folder.
## Security
If you find a security issue please contact
[kleister@webhippie.de](mailto:kleister@webhippie.de) first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```
[oapicodegen]: https://github.com/deepmap/oapi-codegen
[nix]: https://nixos.org/
[golang]: http://golang.org/doc/install.html
[gotask]: https://taskfile.dev/installation/
[direnv]: https://direnv.net/