Questions tagged as 'api'

1
answer

GetWindowText in C #

How can I use the GetWindowText function in C #? I need to convert this function into delphi for C # function FindWindowExt(partialTitle: string): HWND; var hWndTemp: hWnd; iLenText: Integer; cTitletemp: array [0..254] of Char; sTitleT...
asked by 21.10.2016 / 13:44
1
answer

How can I send information to PayPal API PHP

Well, what I want to do is to do the following, first, how can I send information to PayPal through my PHP value of the purchase. That is, the buyer selects the number of items and then click Buy, how can I get the paypal to receive the purch...
asked by 06.07.2016 / 15:42
1
answer

How to use the Youtube API?

I have a page with a video that opens in a modal, needs to be paused when the modal is hidden. I tested examples I found on other sites but it did not work. Do I need to add any extra files to use the API control?     
asked by 27.05.2016 / 17:40
1
answer

News API as service [closed]

I would like to display random news from Brazil and the world in my app while the user is processing a request. Does anyone know of any service / API that can provide me with a Json for handling?     
asked by 27.05.2016 / 16:05
1
answer

Rest API Django does not work

I have a problem with Python/Django . The school and school_application_info tables are related. However, there is no record with some school_id in school_application_info . So I added null=True, blank=True...
asked by 17.05.2016 / 22:22
1
answer

Create an API with Delphi and generate Json to consume with Ionic

I want to create an API with Delphi that generates data in Json to be able to consume using Ionic Framework, is it possible? Json consumption with Ionic, but my API today is C # as of this tutorial , I want to know if I can do the same with Del...
asked by 06.04.2016 / 00:39
1
answer

AngularJS Service http

I have a service in the angle and wanted to make a forEach to retrieve the value of the user, to authenticate the login My service: .service('usuariosService', function ($rootScope, $location,$http) { this.validaLogin = function(user){...
asked by 20.05.2016 / 01:05
1
answer

Google Drive api integration does not work. How do I fix it?

I want to integrate the google drive api into my app. it runs but does not connect, as if it did not receive the information that was sent. How do I solve this? The code is the google itself that makes available only that seems to be outdated an...
asked by 19.04.2016 / 00:07
1
answer

How to check the installment fee in the Pagseguro query API?

I integrated the pagseguro into my virtual store. I use a transaction-by-code query API to get details of the transaction / purchase that was made at the store: link The payload returns an xml with the information, so I save the informat...
asked by 03.03.2016 / 16:32
1
answer

How to get dynamic data returned by cURL?

Good night, I need to return data from a specific site for my application, for this I chose to use the cURL () PHP method, it sends a post and I return the information I want, the problem is that in that return comes the complete page of the for...
asked by 11.02.2016 / 22:48