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

ExpandFrom Documentation #42

Closed alexbarbato closed 3 years ago

alexbarbato commented 6 years ago

In #33 we created an ExpandFrom attribute. We now need to go back and add some documentation and usage examples.

You'll definitely want to read #33 and become familiar with the implementation.

Possible Implementation

  1. Adding a tutorial for ExpandFrom to docs 1a. Add a reference to the Documentation list and the table of contents
  2. Add a relevant example usage to the NetCoreExample project. It'll probably be easiest to make a new relevant class to the scenario in the example.