Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T08:20:16.000Z (9 months ago)
- Last Synced: 2024-04-08T09:44:48.600Z (9 months 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
[![General Workflow](https://github.com/kleister/kleister-go/actions/workflows/general.yml/badge.svg)](https://github.com/kleister/kleister-go/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org](https://img.shields.io/badge/matrix-%23kleister%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#kleister:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/04c1aaaefa0442b08da36ce9f24193eb)](https://app.codacy.com/gh/kleister/kleister-go/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Go Reference](https://pkg.go.dev/badge/github.com/kleister/kleister-go.svg)](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.## Development
Make sure you have a working Go environment, for further reference or a guide
take a look at the [install instructions][golang]. This project requires
Go >= v1.18, at least that's the version we are using.```console
git clone https://github.com/kleister/kleister-go.git
cd kleister-gomake clean generate build test
```## 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
[[email protected]](mailto:[email protected]) 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
[golang]: http://golang.org/doc/install.html