Questions tagged as 'api'

1
answer

Error in the pagseguro module

I'm using the pagseguro API to make purchases on my site, it was working fine, normally. Today when I went to use again it started to present this error: Not Found The requested URL /admin/usuario/ Fatal error: Uncaught exception 'Exception'...
asked by 17.09.2014 / 22:36
1
answer

How to create a list in MailChimp, via API?

I want to communicate with my MailChimp automatically.     
asked by 27.03.2014 / 20:34
1
answer

How to collect tweets and followers through the API?

Well here I am again researching api's in social networks, I'm starting twitter now and I'm having some difficulties, I need to collect profiles (id / name) and along with the profile I have to collect tweets and followers, so far as I know the...
asked by 20.08.2015 / 02:42
0
answers

Encoding characters return Json C #

I created a DLL in C # with some HTTP methods (POST, GET, DELETE ...) in order to return a JSON to the calling language (in the case of GET). Today I use this DLL for applications created in Delphi7. When I query the API, I'm having troubl...
asked by 18.12.2018 / 17:24
1
answer

How does an Ionic application connect to a server?

Creating a Mobile Client / Server Calculator Create a calculator where the user enters two numbers and submits for a server to calculate The server will do the calculation and your application will show the result for the user The ser...
asked by 09.10.2018 / 20:52
2
answers

Creating and Consuming a REST API

Good morning, I'm trying to create an API, to do a user validation and password, to use in xamarin. But I am in doubt, if I want to fetch a user x and a password x in the database should I pass all users and passwords to a site or is there any w...
asked by 04.10.2018 / 19:26
1
answer

Write data in API RestFul Laravel through JSON

I'm trying to write data to a Restful API in Laravel via a JSON, but I can not write more than one group of information when the file has more than one. "data": [ { "client_id": "3", "veiculo_id": "3", "carreta1_id": "3", "carre...
asked by 03.10.2018 / 02:07
1
answer

Doubt about fund transfer in the Market Payment or Paypal

I need a way to send money to bank accounts through API. I do not know if it is possible by the paid market or paypal. To explain it better. I have a business where some professionals perform services for others on my platform and they earn a...
asked by 20.04.2018 / 14:03
2
answers

API maps display address

Today in my system I am displaying as a reference point data already registered in the system based on latitude and longitude. I would like the script to find the reference provided by the maps API itself, only me providing the current latitude...
asked by 07.01.2018 / 02:12
2
answers

Requests Ajax with the Fetch API keeps repeating

I make an Ajax request with the Fetch API: function PostData() { var A1_CGC; A1_CGC = sessionStorage.getItem('cpf'); console.log(A1_CGC) var inicio, fim, A1_CGC; inicio = document.getElementById('...
asked by 10.04.2018 / 15:22