JornWildt / Ramone

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

Link Select() should also have a corresponding "test for link" method #21

Closed JornWildt closed 7 years ago

JornWildt commented 10 years ago

Something like:

if (resource.Links.Exists(...))
  resource.Links.Select(...).Follow()
else
  ...