module OpenDataAPI::Constants::TrafficVolumeCountsAPI

Traffic Volume Counts API

Constants

API_ENDPOINT
BASE_URL
PARAM_FORMAT

Public Class Methods

query_string_params(format, table, limit) click to toggle source
# File lib/opendata-api/config.rb, line 13
def self.query_string_params(format, table, limit)
  "?format=#{format}&q=select%20*%20from%20#{table}%20limit%20#{limit}%20"
end