willpublicmedia / npr-api-expressionengine

Access the NPR API from within ExpressionEngine.
1 stars 1 forks source link

API outage should not prevent post from being saved #43

Closed areynold closed 2 years ago

areynold commented 2 years ago

When pushing stories to the API, a failed network connection will throw an exception that prevents the post from being saved locally.

Improve error handling so the module returns a useful error message instead of crashing.