Questions tagged as 'api'

0
answers

Receive all data from a table with just one query

I'm trying to create a system that uses images from LastFM. But I want to show only the images of the artists registered in the bank. I did so: I made a query of the bank with condition that banda_id was not null. I created a foreach to...
asked by 02.03.2015 / 02:21
0
answers

How do I get content from all of a user's emails in the Gmail API?

I'm making an application that should receive Gmail user emails using the Gmail API. However, I must receive the data of each email as: content, sender, subject and date of receipt, but I can not do it. Here is the snippet I took from Google...
asked by 05.12.2014 / 01:30
0
answers

How to get a Facebook API token?

To better understand how the Facebook API works, I'd like to create a request to log in and get a token. But I only find explanations through the SDK or the API explore, located on the Facebook site itself in the development area. Could someo...
asked by 30.10.2014 / 19:52
1
answer

Problem in api call in React JS

I created a webapi in ASP.NET Core, and I need to consume it using React, the web api works normally, if I use curl or Postman among others, it works normally. The problem starts when I'm going to use React, when I try to make any requests for m...
asked by 04.10.2018 / 14:46
2
answers

Access-Control-Allow-Origin access control on server side Apache PHP

I do not understand much of PHP and I'm trying to create an application to automatically register products from my virtual store directly on eBay. The ad data is captured with JavaScript and sent to the ML API via $.ajax , what h...
asked by 14.06.2018 / 21:12
0
answers

Google Maps iFrame does not show correct location

I'm having a problem implementing a map on my site, I create the iframe through the google maps website, but when I put it on the site it appears without location, apparently it shows the whole map of the Earth without zooming, someone knows how...
asked by 03.12.2014 / 23:29
0
answers

Drools mode stream

I'm using drools 6 and I'm having a problem making it use the mode stream . I tried some things and they did not work out. Here is the code as it is, it works up to a moment, it inserts the facts, but it does not execute the drls, I do not know...
asked by 24.11.2014 / 12:38
1
answer

Voice command manager Siri [closed]

I know my macbook has tts (text to speech) when typing command say. I would like to know if there is any API or some library that works with this in python. Or would it have to do manually? Does anyone recommend something? Thank you.     
asked by 05.05.2017 / 03:55
1
answer

How to consume an API "without permission" [duplicate]

In the searches I did, I discovered that it is not possible to consume an API if it does not release its host on the server (backend), but I hope it is mistaken, this is the reason for this question, is there any method to consume an API "with...
asked by 27.10.2018 / 06:13
1
answer

Load items 4 in 4 in a javascript loop

Personal I'm making a request in an API that returns me some events, but I need only 4 items to be displayed first, and if a "See More" button is clicked .. should appear 4 more items at a time .. I have the following code: jQuery.ajax({...
asked by 04.07.2018 / 22:25