ryan-codingintrigue / Contentful.NET

DEPRECATED - A .NET library wrapper for the Contentful Content Delivery API.
18 stars 13 forks source link

Honor includeLevels parameter #10

Open aKzenT opened 8 years ago

aKzenT commented 8 years ago

The includeLevels parameter was not passed on to the internal GetRequestUrl function, meaning that the parameter had no effect. Fixed this issue.

aKzenT commented 8 years ago

Fixes issue #11

ryan-codingintrigue commented 8 years ago

Great stuff. Strangely there is a unit test for the internal method, but not for the SearchAsync method for this parameter so I guess that's how it was missed.

Thanks for the PR! I'll add unit tests, then merge for the next release.