Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-go

make 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