Open gxxcastillo opened 10 years ago
Would be great if BbSiren could detect if a link is an entity (perhaps if the link has the same basePath as the BbSiren instance?)
Use case:
myModel.link({rel: 'me'}).fetch().done(function (meModel) { });
This is currently, mostly implemented by .request(). It just needs to be thought through a bit more...
Would be great if BbSiren could detect if a link is an entity (perhaps if the link has the same basePath as the BbSiren instance?)
Use case: