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
I am trying to implement support for ChRIS_ui to be able to display public feeds. Currently, CUBE allows a client to get a feed without authentication, but searching (or listing) requires authentication.
The implementation of getFeed is problematic because the request sent is api/v1/search/?id=N. A better solution which would also work for public feeds would be for the request to get api/v1/N/.
I am trying to implement support for ChRIS_ui to be able to display public feeds. Currently, CUBE allows a client to get a feed without authentication, but searching (or listing) requires authentication.
The implementation of
getFeed
is problematic because the request sent isapi/v1/search/?id=N
. A better solution which would also work for public feeds would be for the request to getapi/v1/N/
.fnndsc/js/chrisAPI/src/client.js
Lines 184 to 186 in dcacf64
The text was updated successfully, but these errors were encountered: