module HelloBlock::Endpoints

Constants

ENDPOINTS

Public Instance Methods

base_url() click to toggle source
# File lib/helloblock/api_interface/endpoints.rb, line 16
def base_url
  "http://#{network}.helloblock.io"
end
version_path() click to toggle source
# File lib/helloblock/api_interface/endpoints.rb, line 20
def version_path
  "/#{version}"
end