barclayadam / blueprint

Blueprint is a framework for building high-performance HTTP apis, console apps & background processors
Apache License 2.0
7 stars 2 forks source link

Add FromBody attribute support #17

Open TCBroad opened 4 years ago

TCBroad commented 4 years ago

From recruitment genius blueprint:

Allow the MessagePopulationMiddleware to deserialise the body of a response to a single property in the api operation.

example: image

barclayadam commented 3 years ago

This has been partially implemented in that the attribute exists and we will deserialise, but validation is NOT currently implemented as we do not validate sub-objects