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
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Almost every method from the Assets component is currently broken because the CH API is returning a different structured JSON, and the "helper functions" are not helping.
Most of these fixes involve removing the outdated SON attribute.
/api.json no longer comes in this format. It just sends the entire array now. The .list attribute should be removed.
Almost every method from the Assets component is currently broken because the CH API is returning a different structured JSON, and the "helper functions" are not helping.
Most of these fixes involve removing the outdated SON attribute.
/api.json no longer comes in this format. It just sends the entire array now. The
.list
attribute should be removed.cox-chapi/components/asset.js
Lines 57 to 60 in ee36d44
api/asset.json still returns the same JSON so this is all good
cox-chapi/components/asset.js
Line 81 in ee36d44
api/search now just returns the array with everything in. The
.list
attribute can be removed.cox-chapi/components/asset.js
Lines 110 to 113 in ee36d44
The text was updated successfully, but these errors were encountered: