module Openaq

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/openaq.rb, line 10
def client
  @client ||= Client.new
end
url() click to toggle source
# File lib/openaq.rb, line 14
def url
  'https://api.openaq.org/v1'
end