armutyus / ninova

Bookshelf app that uses Google Books API and OpenLibrary API
MIT License
11 stars 4 forks source link

REST API Connection with Google Books #8

Closed HasimD closed 1 year ago

HasimD commented 2 years ago

This is the API we'll use: https://developers.google.com/books/docs/v1/using

At first stage, we just need two GET requests: books.volumes.get.

We might want to choose a constant value for books queries' maxResult.

armutyus commented 2 years ago

Some bugs & errors that need to be fixed: