ButterCMS / buttercms-csharp

.NET API client for ButterCMS (https://buttercms.com)
MIT License
40 stars 16 forks source link

Add support for filtering posts by tag slug, bump NuGet version #3

Closed Past9 closed 7 years ago

Past9 commented 7 years ago

This pull request adds support for filtering by tag slug to the ListPosts() and ListPostsAsync() methods. Also fixed the issue where lack of trailing slashes in the URLs were causing 301 redirects.