Alexander Kochetov

Results 43 comments of Alexander Kochetov

> can't we delegate this to the extraFields method of the related model and use definitions from there? We do not need do that! Please read this: http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api#autoloading All we...

So query like `GET /products?expand=price,categories` will give you result: ``` json { "id": 1, "title": "Foo", "price": "$10", "categories": [ { "id": 1, "title": "Bar" }, { "id": 2, "title":...

@GrahamCampbell Maybe than just `flysystem-cache`, but than need to rename `flysystem-replicate-adapter` to for example `flysystem-replication`. Just for consistency. From user point of view knowledge about technical details by looking on...