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 was archived by the owner on Jan 2, 2019. It is now read-only.
I have an existing API returns entries in a different format than slickback expects.
I planned on overriding the parse method, so I could transform the object into the expected format, but I could not. Looks like slickback always replaces the parse method of the collection with it's version, even if I've specified my own.
Makes it really hard to work with an existing API.