2
I am using the following API: http://api.elsevier.com/documentation/SCIDIRSearchAPI.wadl It is a database of books/ documents and I need to access there to get some records. I already have the registration and a key to use. The thing is, I’ve never done anything like this, and I don’t understand how this works. I have to make a connection to the webservice, okay? From there how to fetch this data?
They have an example here: http://apihtmlgen.elasticbeanstalk.com/sd_search.html . For now it was something like this that I want to do.
has a look at this site http://themekraft.com/getting-json-data-with-php-curl/ and at this http://stackoverflow.com/questions/15612/get-json-object-from-url I think you’ll find what you want. I’ve done this with other Apis, and the one that best met me was the response from the OS link.
– MeuChapeu