hgwood / falcorception

The application from my talk "Kill all the REST with the Falcor"
MIT License
9 stars 2 forks source link

Ability to dig into responses from REST sources #59

Closed hgwood closed 8 years ago

hgwood commented 8 years ago

For examples, if a REST sources returns à complex object, Falcorception should be able to get single values from it using yet unused parts of the requested path.

Ideally, the server should still cache the entire source response, so that it does have to re-run the request to get different fields of the same response object.