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
Added API endpoint method and path URL in the error message of a CivisAPIError exception. (#528)
Changed
Updated civis.utils.run_template to accept kwargs. (#526)
Updated retries for Civis API calls under civis.APIClient
to wait at least the Retry-After duration from the response header,
instead of potentially less than that. (#525)
Deprecated
Deprecated the JSONValue parameter of civis.utils.run_template. (#526)
Some of the list* methods from various Civis API endpoints should have been named get*, because they return a singleton civis.Response object, as opposed to an array
of such objects. These list* methods are now deprecated. The corresponding
equivalent get* methods are available and should be preferred. The following
is the full list of these list* methods and their preferred get* counterparts (#530):