Questions tagged as 'api'

0
answers

Capture Coordinates In this Api Maps script

In this scrupt down I enter the source and the destination it returns me the time km and address data between them. but my question is how do I get it back to latitude and longitude? <script type="text/javascript"> function CalculaDist...
asked by 10.10.2017 / 04:09
0
answers

I can not start nodemon

I'm trying to initialize with nodemon a project with access to postgre but it does not start when running the command. follows the error: Error: listen EADDRINUSE :::3000 at Object.exports._errnoException (util.js:1018:11) at exports._...
asked by 10.10.2017 / 16:42
0
answers

Problems connecting to the Bing Ads API

I am creating a connection to the Bing Ads API via R, since there is no library for it and I need to get all the analytics data for my project. But I am not able to make this connection via POSTMAN to perform tests. Whenever I try to do i...
asked by 03.07.2017 / 20:22
0
answers

How to consume doing client-side addressing of an API that I want to consume?

I have an API in PHP and I'm developing a Mobile App with Delphi Firemonkey, and I need to consume the JSON data that my API returns. I would like to know how I do the addressing on the client side to access this API, since I'm using (for tes...
asked by 03.04.2017 / 13:44
0
answers

Send JPG via JSON

I need to send this image to my api via post, but I do not know how to do that, thanks private void onCaptureImageResult(Intent data) { Bitmap thumbnail = (Bitmap) data.getExtras().get("data"); ByteArrayOutputStream bytes = new ByteArr...
asked by 19.05.2017 / 21:01
3
answers

How can I simplify access to the values of interest of a Javascript JSON?

Context: I am developing an application that consumes several APIs. The JSONs returned by these APIs have their own structure, which is often not the most intuitive for the programmer to exploit. / p> Example: Suppose I am using an externa...
asked by 21.06.2017 / 02:52
0
answers

Error to gradle build in PagSeguro API - Java [closed]

I am trying to implement the Secure Pag API on my system, I was looking at the step by step that it asks to download the repository in GitHub, then access the source folder and then run the following command% and then import the libs into th...
asked by 06.05.2017 / 16:19
0
answers

Pagseguro does not redirect with transaction code

I am using the pagseguro API in php so that after payment the client is redirected to a specific page, I already configured it in Application > Redirect page url and the parameter I want to receive via GET. As I'm using the API it seems t...
asked by 28.04.2016 / 16:14
1
answer

How to load this .json file into a google API?

I'm having trouble uploading a .json file that contains polylines from the city of Rio de Janeiro within the Google Maps API. I want to apply these route polylines between cities in Rio de Janeiro, on top of a google maps, but I do not know e...
asked by 30.09.2015 / 13:34
0
answers

Upload photo Api Rest nodejs [closed]

I'm developing a restful api with nodejs and mongodb. And I am creating an endpoint for user registration, but I would like to send a photo at the time of registration. Which of the three solutions would be best? An S3 * amazon, I send a...
asked by 08.02.2016 / 21:41