Questions tagged as 'api'

2
answers

How to consume an external API in Spring Boot

I have a springboot application that needs to extract information from another application. How do I make this communication and can I extract this data?     
asked by 09.05.2018 / 13:37
2
answers

Search Products via API or Web Crawler

I want to develop software that displays product information. I would like to know if the great ecommerce used here in Brazil (American, Walmart, Submarine, Extra) provide some API to look for the information of its products. Another doubt. W...
asked by 29.12.2015 / 11:27
1
answer

Place Authorization: Basic on api

I'm creating an API as I said, and I need to use Authorization: Basic KEY to send login and password via header. Unfortunately I have no concept header('Authorization: Basic dXNlcjpwYXNzd29yZA=='); This code I have to send and in...
asked by 08.08.2014 / 03:17
3
answers

Cross-Domain Application Security Doubt

I have a question regarding the security of cross-domain applications ... It is as follows, in case I have a hybrid APP that will run on a smartphone and will make requests ajax cross-domain to an api (in this case multiple .php...
asked by 16.06.2016 / 05:44
1
answer

How to access the hardware in Linux in C?

I know of the existence of the Microsoft Win32 API, which allows the programmer to manipulate low-level resources such as serial ports, memories, CPU, GPU, etc. However, I work with Linux environments, and would like to know how to access the ha...
asked by 08.01.2016 / 17:06
3
answers

Integration with the SIGEP of the Post Office

I need to integrate with the SIGEP Post API only to generate the tags. I'm using the ready-made GitHub module ( link ). It makes the connection normally, but the return that the Post gives is "Could not get the requested tags." I asked the...
asked by 07.10.2014 / 18:34
2
answers

CORS JAVA (ERROR)

I'm trying to connect to an API that was made in Java, but I always get the error when trying to connect (I want to feed a mobile application, done in JS / Cordova). When I connect (via Browser) I get it, the API returns and everything works...
asked by 06.06.2017 / 20:56
1
answer

Set delivery address API Pagseguro

I have to pre-define the delivery address of the pagseguro in my code PHP . The problem is that I have tried and I can not, what I can do is just set the billing address. My code: $paymentRequest = new PagSeguroPaymentRequest();...
asked by 13.11.2015 / 15:58
1
answer

How to use Atlassian Connect to get Jira data and generate a JSON?

I need to make a script that gets some data from Jira and I believe you have to use the Atlassian Connect API that uses a server in Node.js. However, I do not want to manipulate the data using the API and rather just get them and manipula...
asked by 15.09.2017 / 13:09
2
answers

Integrating PayPal ExpressCheckout in PHP

For some time now I've been researching how to integrate PayPal into my online stores, the ones I build myself from 0 to the final stage of payment, but when I went to the PayPal website to find out more about the integration, (Name-Pair-Value),...
asked by 30.03.2014 / 22:34