Skip to content

Commit

Permalink
chore: add some missing regions
Browse files Browse the repository at this point in the history
  • Loading branch information
samhuk committed Nov 11, 2024
1 parent 91716e6 commit 98280ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vortexasdk/endpoints/geographies.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ def search(
['China', 'South China', 'China Energy Services Ningbo'...] etc. When `exact_term_match=True`,
the SDK will only yield the geography named `China`.
filter_layer: Must be one of geographical type ['terminal', 'port', 'country', 'shipping_region', 'region', 'trading_block', 'trading_region', 'trading_subregion', 'sts_zone', 'waypoint', 'storage', 'root'].
filter_layer: Must be one of: `terminal`, `port`, `country`, `country_zone`, `shipping_region`,
`shipping_region_v2`, `wider_shipping_region`, `region`, `alternative_region`, `trading_block`,
`trading_region`, `trading_subregion`, `state_or_province`, `sts_zone`, `waypoint`, `storage`,
`storage_terminal`, `basin`, `root`, or not provided.
# Returns
Expand Down

0 comments on commit 98280ad

Please sign in to comment.