Module macrobond_data_api.com.com_api
Classes
class ComApi
-
Common API to interact with the Macrobond database.
This class defines abstract methods that are implemented for both the Web API and Desktop COM API. You typically access them via an instance ofWebClient
orComClient
.Metadata methods:
Api.metadata_list_values()
Api.metadata_get_attribute_information()
Api.metadata_get_value_information()
Series methods:
Api.get_one_series()
Api.get_series()
Api.get_one_entity()
Api.get_entities()
Api.get_unified_series()
Series revision methods:
Api.get_revision_info()
Api.get_one_vintage_series()
Api.get_vintage_series()
Api.get_one_nth_release()
Api.get_nth_release()
Api.get_all_vintage_series()
Api.get_observation_history()
Search methods:
Api.entity_search()
Api.entity_search_multi_filter()
Ancestors
- Api
- abc.ABC
Instance variables
var connection : Connection
var database : Database
Inherited members
Api
:delete_serie
entity_search
entity_search_multi_filter
get_all_vintage_series
get_entities
get_many_series
get_many_series_with_revisions
get_nth_release
get_observation_history
get_one_entity
get_one_nth_release
get_one_series
get_one_vintage_series
get_revision_info
get_series
get_unified_series
get_vintage_series
metadata_get_attribute_information
metadata_get_value_information
metadata_list_values
raise_error
upload_series