Open
Description
Hello, I’ve just started messing around with this package and was wondering if you could point me in the right direction.
I am working in Laravel and using the Laravel “stack”.
My test project draws data from three individual API sources (totally different URL). What would be the best practice to attach each endpoint to the three individual associated models?
I’ve followed the guide but it seems to relate to using one single API source.