adamkrogh / goodreads-dotnet

:books: Goodreads .NET API Client Library
MIT License
51 stars 15 forks source link

Genre #16

Closed iamyoshita closed 6 years ago

iamyoshita commented 6 years ago

The Search function can just search based on given 'id' , 'title' and 'all'. But in order to search based on genre , The Code: [QueryParameterValue("genre")] Genre must be added to Goodreads/Models/Request/BookSearchField.cs

I tried it and it works perfectly fine

VladimirRybalko commented 6 years ago

It sounds great, would you like to prepare a PR?

iamyoshita commented 6 years ago

Yes!, but it didn't pass few tests.

VladimirRybalko commented 6 years ago

Thank you @iamyoshita . Don't worry about it. I don't think that your small PR could cause it. I'll check our test infrastructure and merge your pull request soon.