Questions tagged as 'api'

2
answers

MercadoPago Balance Consultation

Someone knows if there is an API developed to show the MercadoPago balance There is no information on link Thanks!     
asked by 05.07.2017 / 18:26
2
answers

How to get the id of a group in telegram

Hi, I want to take the ID of a group in a telegram to be able to use a small application in telegram that I have done, but at the moment I do not know how. For example, this group: https://telegram.me/joinchat/Ag2Zdj2NIFy3WPs0QP9Fjg I am ma...
asked by 10.04.2017 / 14:07
2
answers

Is it possible to download and integrate APIs to Android Studio without having internet on the PC that contains the program?

I have Android Studio on a desktop PC with Windows 8.1, but for now I do not have internet on that computer. The equipment I have does not support the emulation of the android emulator, so I wanted to use my Android phone to test my application....
asked by 29.12.2016 / 17:29
1
answer

How can I know if a server allows JSONP or CORS

I want to use an API from a Wallpapers page but I run into restricted ajax domains. Investigate the error and it can be solved by using JQuery JSONP to take the information returned by the API. This is my request. $.ajax({ url: endpoin...
asked by 01.10.2016 / 00:40
1
answer

What api can I use to calculate the time of arrival from one point to another, passing a predetermined route? [closed]

I need a google maps API (for android) that says the time of arrival from one point to another, but not taking the shortest route but I do it according to a pre-established route.     
asked by 23.09.2016 / 16:44
1
answer

How to always get the last tweet [duplicate]

I would like to know how I always get the last tweet from a specific account, not exactly from mine. I have already managed to do it but in a static way, I mean, using node and locally, I make a request and I get the amount of tweets that I...
asked by 03.04.2016 / 02:36
1
answer

Google search API multiple input in oneself

I'm trying to make different inputs generate a Google search, but Google only creates an input but I can not edit it. Code Javascript : (function() { var cx = '010966112395912926010:u_3n5cqxw50'; var gcse = document.createElement('script')...
asked by 17.01.2016 / 19:43
1
answer

Create Api routes in Laravel 5.2

Because the file is not in this version and I mean routes/api.php . This version only includes a single file routes.php my problem is that I could define api routes in this version. I'm currently doing it in a web: Route::get('/ap...
asked by 11.12.2018 / 19:25
1
answer

Resources in a RestFul API

I have read several things about APIs but there is something that has not been clear to me on how to structure resources (endpoints). I will give an easy but illustrative example. We imagine that we have this relationship: |Clientes| (1:1) ---...
asked by 14.05.2018 / 19:13
1
answer

How to make reference in package.json to another module of my project?

Hello my application created with node.js I have several modules: the database, the Api, customer service, etc ... Well, in some I have to refer to another in the package.json file but I do not know if I'm doing it right, because when I start li...
asked by 23.05.2018 / 15:44