module Opendata

Constants

VERSION

Public Class Methods

new(url, options={}) click to toggle source
# File lib/opendata.rb, line 11
def new(url, options={})
  Client.new(url, options)
end