local-ch / lhs

⚛️ REST services accelerator: Rails gem providing an easy, active-record-like interface for http (hypermedia) json services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`inludes` tries `expand=` first

10xSebastian opened this issue · comments

Before including linked resources, LHS should try to perform an expand=[...], when endpoint supports expand, no further action required, when expand is not supported, resources are included like before, by fetching them via links.