Desarol / drupal-jsonapi-client

MIT License
18 stars 7 forks source link

Consider replacing axios for devour to abstract away JSON:API logic #3

Closed Auspicus closed 5 years ago

Auspicus commented 5 years ago

It would be much less work on our end if we didn't have to maintain a JSON:API client at all and just focused on the Drupal specific configuration we are looking for.

Unfortunately devour requires some advanced configuration before you can start sending entities which would mean users would need to do some kind of prefetch of their entity configuration just to be able to use the library.