ploeh / Hyprlinkr

A URI building helper library for ASP.NET Web API
MIT License
197 stars 34 forks source link

Renamed class ResourceLinkVerifier to ResourceLinkParser. #14

Closed dhilgarth closed 12 years ago

dhilgarth commented 12 years ago

The main purpose of this class is to extract the parameters contained in the URIs.

This is a breaking change.

ploeh commented 12 years ago

Now that we are renaming the class, does the Resource part add any value? Would LinkParser be better?

dhilgarth commented 12 years ago

Hm. The class is supposed to parse links to resources, so I would say: Yes, it adds values. It isn't made for parsing arbitrary links.