SoliDry / api-generator

PHP-code generator for Laravel framework, with complete support of JSON-API data format
MIT License
328 stars 60 forks source link

Ability to request resources related to other resources #157

Open arthurkushman opened 5 years ago

arthurkushman commented 5 years ago

a dot-separated path for each relationship name can be specified:

Request example: GET /articles/1?include=comments.author HTTP/1.1