Skip to content

Commit

Permalink
Merge pull request #365 from gro-intelligence/jd-show-metadata-docs
Browse files Browse the repository at this point in the history
Add show_metadata to get_data_points() documentation
  • Loading branch information
John-Desmond authored Mar 20, 2023
2 parents 409b2a8 + 861a5ea commit e1194e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions groclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,8 @@ def get_data_points(self, **selections):
True by default, will include historical regions that are part of your selections
available_since : string, optional
Fetch points since last data retrieval where available date is equal to or after this date
show_metadata : bool, optional
False by default. If True, include metadata for each datapoint within the response.
Returns
-------
Expand Down

0 comments on commit e1194e1

Please sign in to comment.