OCHA-DAP / hdx-python-api

Python API for interacting with the HDX Data Portal
http://data.humdata.org
MIT License
80 stars 16 forks source link

Time period, format and retry fix #58

Closed mcarans closed 10 months ago

mcarans commented 10 months ago

Change reference_period to time_period Deprecate reference_period methods Change file_type to format Deprecate file_type methods Fix retry logic

github-actions[bot] commented 10 months ago

Test Results

132 tests  ±0   132 :heavy_check_mark: ±0   27s :stopwatch: -15s     1 suites ±0       0 :zzz: ±0      1 files   ±0       0 :x: ±0 

Results for commit c253cbbd. ± Comparison against base commit 1bf8830c.

coveralls commented 10 months ago

Coverage Status

coverage: 97.659% (-1.0%) from 98.656% when pulling c253cbbd714a33130b7f20cc7e80e2c540826f66 on time_period into 1bf8830cffc9044f63c1c6c1ed38ee1d160898ae on main.

mcarans commented 10 months ago

Coverage decline is due to currently unused RemoteHDX with special code for 429 rate limiting which will either be activated if the HDX server can return Retry-After or deleted.