Skip to content

Commit d1d31ce

Browse files
committed
MOD: Standardize API reference pt8
1 parent ff967c1 commit d1d31ce

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

databento/historical/api/metadata.py

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def list_datasets(
3535
3636
Makes a `GET /metadata.list_datasets` HTTP request.
3737
38+
Use this method to list the _names_ of all available datasets, so you
39+
can use other methods which take the `dataset` parameter.
40+
3841
Parameters
3942
----------
4043
start_date : date or str, optional
@@ -46,17 +49,6 @@ def list_datasets(
4649
-------
4750
List[str]
4851
49-
Notes
50-
-----
51-
We use dataset names in the form `PUBLISHER.DATASET` for each dataset,
52-
where each publisher is represented by a 4 character code, which is
53-
usually its ISO 10383 [Market Identifier Code (MIC)](https://www.iso20022.org/market-identifier-codes). # noqa
54-
These dataset names are also found on the [Explore]() and [Quick Download]()
55-
features of the Databento user portal.
56-
57-
Use this method to list the _names_ of all available datasets, so you can use
58-
other methods which take the `dataset` parameter.
59-
6052
"""
6153
start_date = maybe_date_to_string(start_date)
6254
end_date = maybe_date_to_string(end_date)

0 commit comments

Comments
 (0)