Is it possible to include two different adapters inside a project? One should be the default ApplicationAdapter extending JsonApiAdapter And one is for example the SpecialAdapter for REST API calls that are not conform to the JSON API rules (legacy API)? Or is it better to use fetch with JSON.parse to go to legacy API’s?
5 posts - 3 participants