Fetching remote data (item.remote
)¶
Tools to retrieve and push data.
- class item.remote.OpenKAPSARC(server=None, api_key=None)[source]¶
Wrapper for the OpenKAPSARC data API.
See https://datasource.kapsarc.org/api/v2/console
- Parameters:
server (str, optional) – Address of the server, e.g. http://example.com:8888.
- endpoint(name, *args, params={}, **kwargs)[source]¶
Call the API endpoint name with any additional args.