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
Fix #101 - Fixed fetch_cms_data() to handle all types of data presented, not
just API data. Now appropriately handles both API and non-API data such as, .csv,
vnd.ms-excel and .zip files.
Fix #103 - Added is_valid_url() call to fetch_ functions.
Fix #107 - Add parameter of .limit to fetch_provider_data() to limit the number
of records returned via the API. Default is 500 and 0 will return all records.