s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Capability-based DTOs #90

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

This pull request introduces the new logic of handling of Thing DTO instantiation. Starting from now the list of Capabilities provided by a Thing is analyzed dynamically and, based on the provided Capabilities, the corresponding DTO with all Capability-provided properties is built.

Closes #52