In my UWP app, I want the user to input the title of a book and give the name of the author and the publisher
The problem is Google Books API says it is incompatible with UWP apps. Is there a workaround?
In spite of this Nuget package is not supported on UWP, you are still able to use public HTTP API, as described in this docs.