Skip to content

Commit

Permalink
adds IO.inspect to debug heroku google books requests #68
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhodgkin committed Nov 4, 2017
1 parent ed24690 commit a8b3f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/library/google_books/google_books.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ defmodule Library.GoogleBooks do
search_query
|> create_url(search_category)
|> @httpoison.get
|> IO.inspect
|> handle_google_api_response
end

Expand Down

0 comments on commit a8b3f5e

Please sign in to comment.