Questions tagged as 'api'

0
answers

Unable to retrieve data with pydelicious when I initialize a dictionary

I want to use functions to create a database between users and items. I use the functions that you can see here that allow you to do it on the del.icio.us API. However, when I initialize the user dictionary there are problems: Python 2.7.12...
asked by 21.09.2018 / 13:01
1
answer

Fail Android studio compatibility

I have a problem with my application. I currently program it in api 23 marshmallow android and I was running it on a Moto G5 plus physical device from api24 and it worked perfectly, but, try to test it on a Samsum j5 prime of api 23 and not it w...
asked by 16.09.2018 / 20:20
1
answer

I try to get the coordinates of an address array [duplicated]

The first console log shows the correct information, but the second appears as undefined and I can not find the reason. var addresses = [ {name: 'Asensio Gonzalez', address:'C/San Marcos 377, 1ºB, 28030 Madrid' }, {name: 'Javier G...
asked by 06.09.2018 / 10:48
2
answers

Run PHP function from C #

I have a REST API with a function that returns a number (folio for me) and adds 1 and so on, if I execute that function from Postam using the API URL, it returns what I want, until here everything very well. Now as I command to execute that func...
asked by 07.08.2018 / 15:31
1
answer

Uncaught TypeError: Can not read property 'getFile' of undefined [duplicated]

Hello, how am I trying an html course? I have reached a point where I can not move forward for the following reason. I am using apifile to create and read files. then when you click on accept I get the following error Uncaught TypeEr...
asked by 03.09.2018 / 03:52
1
answer

Update multiple records in the BD, 1 time per record in Rails

I have a code that is updating user registries in a DB, but it is updating the registration of each user the number of times there are users in the database, eg. I have 3 users = > medic1, medic2, medic4 in the SQL you can see that it is upda...
asked by 19.06.2018 / 17:04
0
answers

Action in Redux to pass a URL with the Weather

I have a function in the actions of Redux which obtains a json with the data of an API of the Climate, my problem is how I can connect my component correctly with Redux and in what way I can pass the parameters of the ciudad and the...
asked by 03.05.2018 / 17:54
1
answer

ASP.NET MVC 5 consuming apiweb

I am consuming an api which returns me as response the following: { "rows": { "recordset": [ { "Monto": "10000000", "CantidadDias": 50, "TasaDiaria": "0.009700000000000",...
asked by 04.05.2018 / 11:54
1
answer

how to make a remote post from my wordpress site to an api in angular

I need to make a remote post from my wordpress site to an api in angular, in order to register from my website.     
asked by 31.03.2018 / 02:06
0
answers

Problems consuming api rest with angular 5

I have this interceptor and I have a service Interceptor import {Observable} from 'rxjs/Observable'; import 'rxjs/add/operator/do'; import { Injectable } from '@angular/core'; import { HttpInterceptor, HttpRequest, HttpHandler, HttpSentEven...
asked by 30.03.2018 / 22:37