Questions tagged as 'api'

0
answers

Use Sports API Globo.com

Someone knows how to use and where I find the Globo.com sports API documentation. I need to consume to get table data from championships, games and sorting. I found this API here, with the correct return, but I do not know where the documentatio...
asked by 04.07.2018 / 22:12
0
answers

No active transaction. Require an active transaction WSO2 carbon

Upload the error log that I am encountering and I can not solve it, it is trying to insert any database and I am opening a graph before. Could they help us? [2018-06-19 11:48:37,484] [EI-Core] INFO - LogMediator text2 = ** Provisionando o val...
asked by 26.06.2018 / 16:12
0
answers

Error while ordering

I am trying to make a request in a REST API to use PHP Unirest. The error that appears when I print is:    Bad URL, colon is first character The error:    PHP Fatal error: Uncaught Unirest \ Exception: Bad URL My code: <?php r...
asked by 29.06.2018 / 13:21
0
answers

Send a data to the bank with node js

I'm creating a REST API, but I'm having difficulty sending a data to the database using 3 modules, let me show my code rotaCliente.js on this route I get a json with email, name, password and cpf and command for the controller driver module....
asked by 24.06.2018 / 08:20
0
answers

How to format REST API display in browser using PHP

I'm building a Rest API using PHP. The data is accented correctly from the database and arrive in the application also correct. The problem is when trying to access the API address through the browser. I want the data, when accessed by the br...
asked by 30.06.2018 / 05:33
0
answers

Maps does not run in API 28

I am making an app that will work with Google Maps and is working perfectly, from API 25 to API 27. But when testing on API 28 the app simply closes. At Grandle I had to change the implementation 'com.android.support:appcompat-v7:28.0.0...
asked by 20.06.2018 / 17:27
0
answers

Wordpress / PHP - Integration with external API

I have a form in Wordpress (contact form 7), when the user submits, I need to generate a json with the fields and send it to an external API. I need to use a class: <?php if ( !defined( 'ABSPATH' ) ) exit; if ( !class_exists( 'CHN' ) ) :...
asked by 14.06.2018 / 16:02
0
answers

Modify the VIDEO_CODE of the Youtube API without having to create a new version of apk

I need to change this VIDEO_CODE String every day, because inside the app is a boot that leads to a live broadcast, I would have to do it without having to generate a new apk every day and generate a new version on the console. private final S...
asked by 14.06.2018 / 05:38
0
answers

Monitor agents using the IceLib API (ININ)

I need to develop a Form application to monitor the events of a call center using the IceLib API, but the documentation is pretty bad and I can not figure out how to do it. For the time being I was only able to connect to the server and authe...
asked by 14.06.2018 / 14:46
1
answer

Difficulty with Ajax Jsonp

I'm trying to consume an api through Ajax, but I get an error executing it. var data2 = { resource_id: '1d7e45e5-b159-46a2-bdce-90393c7a8a2b', // the resource id limit: 5, // get 5 results q: 'jones', // query for 'jones' };...
asked by 13.06.2018 / 16:31