module AlbionApi

this module contains all of the classes needed to make requests to the Albion Online API

Public Class Methods

base_api_url() click to toggle source
# File lib/albion-api.rb, line 12
def self.base_api_url
  BASE_API_URL
end