adamkrogh / goodreads-dotnet

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

Issue with "Destroy review" endpoint #4

Closed VladimirRybalko closed 7 years ago

VladimirRybalko commented 7 years ago

@adamkrogh, you notes that "Destroy review" endpoint returns strange errors and never works. I have investigated this and could say that the Goodreads API documentation is wrong.

The strange error said that server can't parse book identifier in request. It's really strange because I do not need to send any book id. I have looked at the web version and found that we need to send a book id instead of a reviewId. I try to do it. Unfortunately, now I'am getting Unathorized error. Moreover I've played with different combinations of parameters, values and request method. Nothing works! It's a sad. Do you get any feedback from the Goodreads support?

adamkrogh commented 7 years ago

That sounds exactly like the errors I was getting too. I never filed any bug ticket with Goodreads though. If you want, you could log this issue with them and see if we get a response back. I'm thinking this issue and issue #3 will just have to be documented as broken in the Goodreads API, but hopefully we can get them to fix it. Or at least update their documentation.

Thanks for looking into this!

VladimirRybalko commented 7 years ago

Copy all known info to #9