Hello,
I'm using Apex 19.1 and Oracle 18c. I'd like to access The Google Books API using the "Volumes" function from within an Apex page. I'd like to provide the API with an ISBN number given by the user and receive a JSON payload back from the API. Does anyone have an idea where to find an example of accessing the Google Books API's from APEX? Or something similar to the Books API?
Here's a sample of getting the JSON response from an HTML link. https://www.googleapis.com/books/v1/volumes?q=isbn:9781484204856
Thanks for looking at this.