Αποτελέσματα Αναζήτησης
You have multiple ways to fetch book information from an ISBN number. You can use the following services: Amazon API (LookupbyISBN) Google Books API; ISBNdb API; Worldcat Search API; Here you can find an example (in French) with source code in PHP. Hope this helps, GuGuss
The Amazon API for Books is a RESTful API that can be accessed using any programming language. The API provides access to information about books, including titles, authors, descriptions, and prices. The API can be used to find books, get information about books, and even purchase books.
24 Σεπ 2018 · In this article we analyze the features of Amazon, Google Books and ISBN's open APIs, and take a look at book identifiers. The ISBN can be a headache, so the best idea is always to verify the validity of your code before calling any API.
This repository contains sample code in various programming languages for use cases supported by the Amazon Selling Partner API (SP-API)
15 Νοε 2018 · Fetch book information from Amazon API. elixir amazon-api elixir-lang amazon-books. Updated on Nov 15, 2018. Elixir. MacFJA / BookRetriever. Star 2. Code. Issues. Pull requests. Library to retrieve data about books.
Amazon Books API. Provides functions to fetch book information from Amazon Products API. Usage. Add amazon_books to your list of dependencies in mix.exs: def deps do [{:amazon_books, "~> 0.4.0"}] end. Configure your AWS credentials like this:
4 Ιουν 2016 · Retrieve Book Metadata from the Amazon Product API. In order to retrieve information from Amazon, you need to sign up for the “product advertising API”. Make sure to read the license agreement, as it is quite restrictive and long. Then, to get at it in Node, you can use this handy library: npm install aws-lib --save.