Questions tagged as 'api'

2
answers

Swagger Java Spring Data Mock API

Making a data mock for an API I have found that having the example in the Swagger editor, after executing the project spring generated by Swagger I find that the input of the endpoint is not acceptable. It is a Json and the example autogenerates...
asked by 06.10.2017 / 16:40
0
answers

Market Payment - transaction_amount attribute can not be null - c #

I am programming with the MercadoPago API in C # and when I try to make a one-time payment, it always gives me the error:    4002: transaction_amount attribute can not be null However, I am sending the amount of the transaction in the "pa...
asked by 13.09.2017 / 15:48
0
answers

Market Payment - transaction_amount attribute can not be null - c #

I am programming with the MercadoPago API in C # and when I try to make a one-time payment, it always gives me the error:    4002: transaction_amount attribute can not be null However, I am sending the amount of the transaction in the "pa...
asked by 13.09.2017 / 15:48
0
answers

Fill table with json

I am consuming an api that brings me the data of an arduino sensor the problem is that I could not read the data that returns to me in json format I returned it this way {"channel":{"id":363764,"name":"SENSORES","description":"Grupo de sensore...
asked by 15.11.2017 / 22:28
1
answer

Codeigniter REST API does not answer

Good afternoon! I am making an application that uses an api rest system with Codeigniter REST API. I created the user registration function, and doing tests with postman, all perfect, you can register well and it does not give problems. This api...
asked by 20.08.2017 / 14:36
0
answers

I need transparent access to google calendar via php

I have the code that connects me to my google calendar account, but every time I ask for a username and password. I would need the authentication to be done automatically (that is, to save me the step of the second if). Here I pass a copy of my...
asked by 19.08.2017 / 19:23
0
answers

API Content of HotelBeds (Apitude)

I am implementing the HotelBeds APIs for a project, I already pass the hotels with their rooms to an array, now I need to find the images and descriptions of each to show them. I use PHP with the SDK library. Does anyone have any ideas? Th...
asked by 08.08.2017 / 10:40
0
answers

Building app with REST API in Symfony3 and AngularJS, problems with routing

Good morning, This time I am developing a new application and I am going to build the app with a REST API in Symfony3 and the frontend that consumes the API in AngularJS , I have several doubts and I hope you can help me, they ar...
asked by 31.07.2017 / 17:39
2
answers

ErrorException Array to string conversion - Error sending an array to a url

I'm trying to send some data to an API service that I am consuming the service route type resource and I send data to that route. I get the following error: (1/1) ErrorException Array to string conversion in beneficiosController.php (l...
asked by 02.08.2017 / 19:31
2
answers

How to choose a user from among thousands of non-logged visitors?

Hello, I have a web page in which I have a code ajax $ post that what makes every time the user enters the web this produces a request for refreshments of links that I get from other pages of mine. The problem is that I receive thousands of v...
asked by 28.06.2017 / 09:27