Questions tagged as 'api'

0
answers

Authorization in HTTP hearder does not work

I am trying to consume my web services using Knoutout.js . My API needs an HTTP header so that clients can access, otherwise it throws a 403 error (forbidden). With the Advanced REST Client when accessing the API URL, it works by providing...
asked by 18.03.2017 / 18:13
0
answers

All test values with the API have the same values even if you specify others

I am following the first example given on the page link for the API of mercadopago, but when I try to use other values (changing the price, the title, etc) it sends me to make a purchase of a product that always has the value of the example ($...
asked by 06.03.2017 / 03:39
1
answer

AngularJS - Can not find API driver

Colleagues, I have the following problem: when wanting to access from a controller js to an API controller just to bring a list of users, the console sends me error 404. Service that accesses the corresponding controller, passing as parameter...
asked by 15.02.2017 / 17:07
1
answer

Get the id of a query in jquery Api Rest

I have this jquery script that brings a json hosted in a rest api $( document ).ready(function() { $.ajax({ url: "http://localhost/api_megacable/cable", data: "{}", dataType: "json", type: "GET", co...
asked by 02.02.2017 / 21:02
1
answer

Problems with angular2 and api of spotify

Hi, someone has worked with the API Spotify , I'm trying to show all the albums of the artist but he gives me a bad request , do you know why? I have reviewed and I can not find the error. -------------- SpotifyService.ts ----------...
asked by 07.02.2017 / 22:02
1
answer

Error in PUT call angularjs

I have a problem with a PUT call in AngularJS. When making the call to the API at the press of a button, it makes a first request, but then performs a second one, with the same parameters, which generates me in error in the response. API...
asked by 08.02.2017 / 12:33
0
answers

Obtain if a user is a member of a github organization

Good afternoon, for those experienced in GitHub API I have a question. I am developing an app in which I want to do a login with github, but it is necessary that to enter this user must be part of our organization, the query is. What endpoint...
asked by 27.01.2017 / 22:10
0
answers

Error Package SocialMediaMineR

Correct, forgive, is R, the only thing I want to get are the data provided by that function on the url that you request (in this case I have put the google address, but it should be valid in any url). get_facebook Retrieves the number of Faceboo...
asked by 08.12.2016 / 17:28
1
answer

Protect routes with passport laravel and Dingo Api

I have searched how to protect laravel routes through my Api with Dingo I found an example but I do not think it is the right one here link If anyone knows another way to do from Dingo Api as it is done here using the library from Jwt where t...
asked by 24.10.2016 / 13:21
0
answers

How to save the info in Mysql from laravel that I bring from Api ceiling

I have an application that hits the rooftop api. Basically they bring the cities of Argentina and their cities / neighborhoods. I would like that to be saved in my DB mysql. How can I do? When I register a property in my application, every...
asked by 03.12.2016 / 21:12