module Minecraft::JSONAPIv2

Constants

BASE_URI
VERSION

Public Class Methods

new(options={}) click to toggle source
# File lib/minecraft_jsonapiv2.rb, line 14
def self.new(options={})
  Minecraft::JSONAPIv2::API.new(options)
end