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
#113 points out that some stream endpoints can be empty and, when they are, the API returns 404. We should check the various stream endpoints for this behavior (or find reference in GitHub's docs about it) and then handle it appropriately.
The text was updated successfully, but these errors were encountered:
This should really apply to all endpoints that can result in 404 because the object is missing or inaccessible. The functions which bind these endpoints should return an option or an 'a result.
#113 points out that some stream endpoints can be empty and, when they are, the API returns 404. We should check the various stream endpoints for this behavior (or find reference in GitHub's docs about it) and then handle it appropriately.
The text was updated successfully, but these errors were encountered: