lib/environment.rb



# frozen_string_literal: true

module Ittybit
  class Environment
    DEFAULT = "https://api.ittybit.com"
  end
end