https://github.com/scottwinkler/go-minecraft
https://github.com/scottwinkler/go-minecraft
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scottwinkler/go-minecraft
- Owner: scottwinkler
- Created: 2019-03-02T07:52:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T19:40:27.000Z (about 5 years ago)
- Last Synced: 2025-01-21T11:45:37.761Z (4 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minecraft Go Client
==============================This is an API client for [terraform-minecraft-plugin](https://github.com/scottwinkler/terraform-minecraft-plugin).
## NOTE
The Minecraft API endpoints are in beta and are subject to change!
So that means this API client is also in beta and is also subject to change.## Installation
Installation can be done with a normal `go get`:
```
go get -u github.com/swinkler/go-minecraft
```