Module: WikidataAdaptor::RestApi::PropertyDataTypes
- Included in:
- WikidataAdaptor::RestApi
- Defined in:
- lib/wikidata_adaptor/rest_api/property_data_types.rb
Overview
Instance Method Summary collapse
-
#get_property_data_types ⇒ Hash
Retrieve the map of Property data types to value types.
Instance Method Details
#get_property_data_types ⇒ Hash
Retrieve the map of Property data types to value types
10 11 12 |
# File 'lib/wikidata_adaptor/rest_api/property_data_types.rb', line 10 def get_property_data_types get_json("#{endpoint}/v1/property-data-types") end |