Questions tagged as 'api'

1
answer

JavaScript Which API is this?

Could you give me a direction regarding the side menu "Bubbles" where you change the pages for it? Would you have an Api for that? And in the bike part there are some points with a + sign, where the user passes the mouse and displays an informat...
asked by 22.03.2018 / 16:08
1
answer

Return a table between an initial and final date range, php + json

I'm trying to return a table from a report dashboard between a specified date in, but when I click on search it just returns me Error:SyntaxError:JSON.parse:unexpectedcharacteratline1column1oftheJSONdata.Herearemycodes:  selectdata.js$(docum...
asked by 04.04.2018 / 02:11
1
answer

create PHP REST service [closed]

Good morning. I need to create a REST API in PHP on the backend and in the frontend show this data with angularjs. backend: REST API in PHP brings database data. frontend: angular js consumes the service and makes available in html 5....
asked by 11.05.2016 / 15:31
1
answer

Python handle API [closed]

I want to use the following API response: link Then I want to divide it into blocks like this: [1456617600,434.3867,434.3867,433,781,433,781.4.15450000] and put it on a list to work with the data. I was doing so but it is not working:...
asked by 29.06.2017 / 20:37
1
answer

I need to make a map with google maps api with several latitudes and longitudes, these data are of a race training or a walk

var map;     function initMap () { var nussa = [{lat:-23.99000683799386, lng:-46.28644368611276}, {lat:-23.99000977165997, lng:-46.286408733576536}, {lat:-23.990014549344778, lng:-46.2863730...
asked by 23.10.2016 / 21:34
1
answer

Doubt with facebook API

I am using the facebook comment api, but it is not responsive, when the screen is small I wanted the width of the box to be different, how can I do that?     
asked by 26.10.2016 / 12:14
1
answer

Processing payments for more than one API

I am developing a site that searches for airfare reservations through the Decolar.com API and searches for hotels through the Booking.com API . My question is, do I have to unify the payment process? For example, the user pays only once (tot...
asked by 22.09.2017 / 20:09
1
answer

Basic Authentication in Rest API (C #) [closed]

I have an application made in ASP.MVC where I implemented ASP.NET Identity for user registration / login. Now I have to create a Web API Rest with a simple authentication, only a single user and a unique password. Can anyone give some tips...
asked by 05.03.2017 / 22:56
1
answer

Call API via Post with JS or JQ [closed]

Personally someone could help me by giving an example of how to consume an API that returns a JSON like this API below: link Personally I implemented the code below can help me is not returning anything nor error. $('.teste').click(fun...
asked by 04.12.2018 / 20:47
0
answers

Pass query in php to python

I'm trying to pass the php code given by api to make requests to python and I'm having some difficulties. In php the query is done as follows: $query = http_build_query(array( 'domains' => array( 'google.com',...
asked by 18.12.2018 / 15:10