JornWildt / Ramone

A C# client framework for consuming HTTP/REST services
Other
61 stars 11 forks source link

More overloads on Follow() #29

Closed JornWildt closed 7 years ago

JornWildt commented 8 years ago

Right now we have to write:

Links.Select(relType).Follow(session);

It could be nice with a few shortcuts allowing something like this:

Links.Follow(relType, session)