nilportugues / php-json-api

JSON API transformer outputting valid (PSR-7) API Responses.
http://nilportugues.com
MIT License
71 stars 35 forks source link

JSONAPI - Url generation should look in all properties, not just ids properties #18

Closed nilportugues closed 9 years ago

nilportugues commented 9 years ago

Reason: check all fields because URLs may be constructed with several ids not being part of the class's primary id values, which be considered attributes, yet necessary for the URL generation.

nilportugues commented 9 years ago

Won't be fixed for now.