Method: Factual::API#schema

Defined in:
lib/factual/api.rb

#schema(query) ⇒ Object



19
20
21
# File 'lib/factual/api.rb', line 19

def schema(query)
  handle_request(:schema, query.path + "/schema", query.params)["view"]
end