Questions tagged as 'api'

1
answer

Because the rest (json) output does not show the object list

I'm doing a little program to practice spring boot I have these two entities package com.sistema.escuela.models; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List;...
asked by 26.10.2018 / 02:06
0
answers

Web API Rest Problem with URL

Working with Rest Api C # MVC, I have resource [HttpGet] but does not recognize the URL /bays.json?visit.plate.text=ABC123     
asked by 24.10.2018 / 13:09
0
answers

Backend analytics conversions

this conversion event of the success page is possible: </script> gtag('event', 'conversion', { 'send_to': XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', 'value': XXXXXXXXXXXXXXXX, 'currency': 'EUR', 'transacti...
asked by 24.10.2018 / 12:53
0
answers

Is it safe to use the Rest API of Google Drive from the client browser with javascript?

I have a web application with a database on a VPS with Ubuntu. The idea is to save with the transfer of data that they charge, placing the images of the file of articles in Google Drive, where they do not charge for the transfer of data. However...
asked by 23.10.2018 / 01:08
0
answers

Blank screen when loging (WordPress)

Yesterday I was working with my site without any problems, however, in a moment my Wordpress session was closed, when I want to re-enter it I used to get a PHP error; search in google and solve it, now the problem is that the reCAPTCHA (which is...
asked by 24.10.2018 / 22:53
1
answer

How can I call the event of an element that I am declaring in a function in javascript?

I am a bit stuck with this code and I can not find the solution, what I want to do is that when loading the sun the "loadWithParameter" function is called and generates elements from javascript and loads data from a rest api. At the end you also...
asked by 22.10.2018 / 02:32
0
answers

API youtube iframe player, the showinfo option: 0 I stop working without reason

Recently, the videos presented in the iframe-player are showing title, author and watch later buttons, which interfere with the screen, despite being using the showinfo: 0 options. Also some time ago the list of videos appears related on the scr...
asked by 22.10.2018 / 18:01
0
answers

Response for preflight does not have HTTP ok status. Angular REST API 5

I have an application in Angular 4 that consumes a service in ASP .Net Core and there is no problem. This same application also consumes data from another service but this is in ASP .Net is a REST API, This is the code of my Service [Ht...
asked by 20.10.2018 / 00:29
1
answer

POST form params In API REST

I have to store the data in a BD that sends me an API, this API sends me a POST request to my server with the data as parameters Literal the documentation tells me that "the following parameters as form params" { "solicitud": { "dato1":...
asked by 12.10.2018 / 17:02
1
answer

notifyDataSetChanged () does not refresh the ListView items

Context: I am trying to consume an API, from where I recover data from clients and with them I intend to create a ListView. It should be noted that I have already verified that the data is received. Customer class: public class Cliente {...
asked by 13.10.2018 / 07:07