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

https://github.com/oapicf/minecraft-versions

SDK for Minecraft versions info
https://github.com/oapicf/minecraft-versions

little-godzilla minecraft oapicf openapi openapi-generator

Last synced: 7 months ago
JSON representation

SDK for Minecraft versions info

Awesome Lists containing this project

README

          

Avatar

[![Build Status](https://github.com/oapicf/minecraft-versions/actions/workflows/ci-workflow.yaml/badge.svg)](https://github.com/oapicf/minecraft-versions/actions/workflows/ci-workflow.yaml)

Minecraft Versions
------------------

Minecraft Versions is SDK for Minecraft versions info .

Published packages
------------------

| Language | Package | Status | Documentation |
|----------|---------|--------|---------------|
| JavaScript | [minecraftverse]((http://www.npmjs.com/package/minecraftverse)) | [![Published Version](https://img.shields.io/npm/v/minecraftverse.svg)](http://www.npmjs.com/package/minecraftverse) | [README](https://github.com/oapicf/minecraft-versions/blob/main/clients/javascript/generated/README.md) |
| Python | [minecraftverse]((https://pypi.python.org/pypi/minecraftverse)) | [![Published Version](https://img.shields.io/pypi/v/minecraftverse.svg)](https://pypi.python.org/pypi/minecraftverse) | [README](https://github.com/oapicf/minecraft-versions/blob/main/clients/python/generated/README.md) |
| Ruby | [minecraft_versions]((https://rubygems.org/gems/minecraft_versions)) | [![Published Version](https://img.shields.io/gem/v/minecraft_versions.svg)](https://rubygems.org/gems/minecraft_versions) | [README](https://github.com/oapicf/minecraft-versions/blob/main/clients/ruby/generated/README.md) |

Version matrix
--------------

| Minecraft Versions Version | OpenAPI Version | OpenAPI Generator Version |
|----------------------------|-----------------|---------------------------|
| 1.1.0 | 3.1.0 | 7.12.0 |
| 1.0.0 | 3.1.0 | 7.9.0 |
| 0.12.0 | 3.0.0 | 7.6.0 |

Installation
------------

You can either use the generated clients from `clients//generated/` directory.

Or you can use the published packages like below:

Install JavaScript client:

npm install minecraftverse

Install Python client:

pip install minecraftverse

Install Ruby client:

gem install minecraft_versions

Colophon
--------

* [API Documentation](https://oapicf.github.io/minecraft-versions/api/latest/)