cosullivan / Hypermedia

Hypermedia library for .NET
http://cainosullivan.com/Hypermedia
MIT License
47 stars 12 forks source link

Fetching Recursively #35

Open hughesjs opened 2 years ago

hughesjs commented 2 years ago

Say I have a data structure where there might be multiple levels of links.

It would be good to be able to fetch these links recursively or to a certain depth (to prevent loops)