Skip to content

Instantly share code, notes, and snippets.

@GuillaumeDievart
Created February 8, 2016 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GuillaumeDievart/9d1bc8c5f38b4ec1df33 to your computer and use it in GitHub Desktop.
Save GuillaumeDievart/9d1bc8c5f38b4ec1df33 to your computer and use it in GitHub Desktop.
<?php
$urls = [
"https://www.googleapis.com/books/v1/volumes?q=isbn:1593073097",
"https://www.googleapis.com/books/v1/volumes?q=isbn:2258041007",
"https://www.googleapis.com/books/v1/volumes?q=isbn:0873494156",
"https://www.googleapis.com/books/v1/volumes?q=isbn:2756036692",
"https://www.googleapis.com/books/v1/volumes?q=isbn:2756037354",
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment