JornWildt / Ramone

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

Move Follow and Select extensions out of Hypermedia namespace #36

Closed JornWildt closed 7 years ago

JornWildt commented 7 years ago

We use Follow() and Select() all the time and find it a bit annoying that we have to manually include Ramone.HyperMedia (as those methods are extension methods).

Those methods should be in the main Ramone namespace.

Something should be left in the Ramone.HyperMedia namespace to avoid breaking existing "using Ramone.HyperMedia" statements.