SkywardApps / popcorn

Popcorn is a .Net Middleware for your RESTful API that allows your consumers to request exactly as much or as little as they need, with no effort from you.
https://skywardapps.github.io/popcorn/
MIT License
59 stars 19 forks source link

Missing Blind Expansion tutorial #5

Closed undiwahn closed 6 years ago

undiwahn commented 7 years ago

We implemented 'blind expansion' for the dotnet version (which basically means being able to 'expand' a type without having to explicitly create a projection for it) but there's no tutorial or documentation around using it. We need to create one and link to it from DotNetDocumentation.md

We probably also need further testing to make sure this is a valuable use-case. We previously had issues with blind expansion being too aggressive.