Search code examples
c#.netuwpgoogle-apigoogle-books

Is there a workaround to use Google Books API in my UWP app


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

enter image description here

The problem is Google Books API says it is incompatible with UWP apps. Is there a workaround?


Solution

  • 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.