demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

#166 refactor (jsonapi)!: register types automatically #167

Open joorei opened 2 months ago

joorei commented 2 months ago

Non-directly reachable types are now registered automatically. Directly reachable types still need to be registered regarding their accessibility, but nested types will be registered automatically via the relationship properties of other types.

Refs: #166