Questions tagged as 'api'

1
answer

API DistanceMatrix - Obtain travel time information

I researched a lot and ended up discovering that to find out the duration of travel between two points considering the traffic is necessary to pay. Beauty! So how do I get the duration without considering the transit? WhenIcalltheAPIwithmypa...
asked by 07.08.2015 / 14:58
1
answer

How do I get the same results as I have in regular Google Search through Api Google Search?

When I search Chris Brown through api I get these results: ButinGooglesearchbybrowsertheresultsaredifferent: Assumptions:Throughthesearchinthesite,eventhoughIamnotloggedin,thesearchoccursbasedonsomeadditionalinformationextractedfromthebrow...
asked by 14.08.2015 / 19:09
0
answers

Cors Api Google

I have the following request in the Google API using $ http AngularJS: $http.get('http://maps.googleapis.com/maps/api/distancematrix/json?origins=Porto Alegre&destinations=Sao Paulo&mode=driving&language=pt-BR&sensor=false');...
asked by 14.05.2015 / 22:54
0
answers

How to insert a social accountant on my site?

   I would like to insert a social counter on my site, but do not want any external services (using iframes for example), like ShareHolic. I want something more internal, via API or something like this. Does anyone have an...
asked by 19.12.2014 / 21:51
1
answer

How to add a new property to the GMSMarker class?

How to add a new property to this class. I added it to the GMSMarker.h file, but when I tried to use the new property I got this error:    - [GMSMarker setId:]: unrecognized selector sent to instance 0x790cd410 2015-02-27 13: 26: 44.340 Te...
asked by 27.02.2015 / 17:31
1
answer

Send C # API file

I have an MVC application in C # which is a WEb system. And I have a C # API that receives calls from the Site. I need to send a file from the Site to the API, I made the code as follows: Site Code submitting to the API controller public...
asked by 01.10.2014 / 16:26
1
answer

Error occurring in specific API versions

When I create a new project AndIchoosetheminimumSDK10 It creates the Android package with main.java and activy_main.xml (and other things) only when it compiles the codes of those errors and I do not know why. I tested up API 16...
asked by 29.11.2014 / 00:09
1
answer

Is there an API "Whatsapp" [duplicate]

I wonder if there is any official API or whatsapp is not. I know there are companies specializing in message shots via whatsapp, I'd like to know how they do it, as I've already researched other threads [like this] and this #     
asked by 12.11.2018 / 16:31
3
answers

Consuming an API with Angular

I'm trying to consume an API with Angular 5 but it returns me this error: " Error trying to diff '[object Object]'. Only arrays and iterables are allowed at DefaultIterableDiffer.diff". API Response: { "alunos": [ {...
asked by 27.01.2018 / 04:26
1
answer

An api in rest continues to run if you lose connection to the client

I am creating an api in rest that when a user uses the api this changes some values inside a json file several times however I do not know if how much a client loses the connection with the api this for immediately or if only verifies that This...
asked by 20.06.2017 / 11:30