Questions tagged as 'api'

1
answer

ticket php - how to check if the ticket generated by my system was paid [closed]

My system is generating a ticket to be paid at Banco do Brasil. How do I know if that ticket was paid?     
asked by 14.05.2015 / 23:01
0
answers

Problems in the Api Youtube code - Import class

Good evening! I'm trying to do a search using the youtube API, however I'm having difficulty referring to a class: "com.google.api.services.samples.youtube.cmdline.Auth;". I'm not finding it on the internet. I ask for help in finding this cla...
asked by 17.04.2017 / 01:43
1
answer

SearchBox Google Maps JS API does not return search results

Good night, I have a map obtained through the Google Maps JavaScript API, and I'm doing the insertion of a searchBox. So far so good, the search box has been inserted and the autocomplete is working. The problem is that when the field is "sent",...
asked by 28.03.2017 / 01:33
2
answers

Laravel's JSON return is asynchronous?

I have an API in Laravel, with a show(id) method that returns a response->json($array) . Within this function I have a foreach , my problem is in response , which does not wait for the foreach to finish and the...
asked by 16.03.2017 / 21:59
0
answers

Access to the http-headers of the Wordpress API using Angular 2

I have a very simple question on Angular 2 . I have an application that connects to Wordpress API Rest and I have a problem that I think is very simple, but I can not find a solution on the web. I need to retrieve the data that comes in...
asked by 13.03.2017 / 15:56
1
answer

create two markers with drag drop in google maps api

Talk to people, I am creating a map where the idea is to be able to insert a pin in it and then in the sequence insert another pin, when it inserts the second pin, a line between the two pins would appear informing the distance between them....
asked by 10.03.2017 / 14:22
1
answer

Capture my own number of followers

I'm trying to get a get of my number of followers via the Instagram API. I already have my clientId , my userID and my accessToken . Using instafeed.js is now able to access the feed. But whenever I try to do a get to any url: https:/...
asked by 03.03.2017 / 01:45
1
answer

How do I read and store the response data from an API?

I got the answer from API from CIELO below, now I'd like to understand how to read and store values. If someone can help me with what key information should I store in the database?    object(stdClass)#2 (3) { ["MerchantOr...
asked by 27.02.2017 / 19:00
1
answer

api upload to imgur

I'm working on a project where I'll have uploaded images, thanks to the forum I discovered IMGUR, to host my images and make my website more free, good but here comes the master question: How to create an upload system for i imgur? Does an...
asked by 04.03.2017 / 02:14
0
answers

PHP - Problems uploading with the Google Drive API

Good evening. I'm trying to upload with the Drive API using the following PHP code: <?php require_once 'src/Google/Client.php'; require_once 'src/contrib/Google_DriveService.php'; require_once __DIR__.'/vendor/autoload.php'; $client_i...
asked by 21.02.2017 / 22:54