You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting feature requests from the workshop here:
for convenience, it'd be nice if single search parameters (e.g. types or VFB IDs) would not need to be wrapped in lists but can be provided as just a string
return pandas.DataFrames by default and make raw data return optional (e.g. via return_json=True)
docstrings (I appreciate that this might have to wait until the API is more stable)
Maybe @jefferis and others might like to pitch in and add stuff.
The text was updated successfully, but these errors were encountered:
for convenience, it'd be nice if single search parameters (e.g. types or VFB IDs) would not need to be wrapped in lists but can be provided as just a string
More flexible to allow list input
return pandas.DataFrames by default and make raw data return optional (e.g. via return_json=True)
Agreed (we need the JSON return on all methods so they can be exposed through the REST API). However, changing the default will break NoteBook examples, so we should tie these to compatible versions
docstrings (I appreciate that this might have to wait until the API is more stable)
Collecting feature requests from the workshop here:
pandas.DataFrames
by default and make raw data return optional (e.g. viareturn_json=True
)Maybe @jefferis and others might like to pitch in and add stuff.
The text was updated successfully, but these errors were encountered: