Questions tagged as 'api'

2
answers

How to protect my JSON application?

I created a unique subdomain to provide data from my tables in JSON, it facilitates requests for both the mobile version and the desktop version of my site, but I would like to protect such data or at least make it difficult to access them , wha...
asked by 19.04.2017 / 14:03
3
answers

Search for details of a book with Google Books API in PHP

I'm using Google Books API to get the details of a book: And to get the details of a book by searching by name, I'm using the following example provided by they , in this case the file simple-query.php within the examples fol...
asked by 12.01.2015 / 10:59
2
answers

Real time update on Android apps

Looking at API of instagram and doing searches on the internet I had a big question, how do they synchronize the data in Real Time without saving "photos and videos" in sqlite? The Instagram documentation says that our app can be not...
asked by 30.06.2015 / 02:43
1
answer

Increase login session time google with Laravel 4

Working with the Google 3.0 API. My Laravel session expires in 5 years (not to log out). But the Google session has 3 hours, ie if the system is stopped for 3 hours it logs out from Google, but not from the system in Laravel. What I want i...
asked by 25.02.2014 / 23:03
0
answers

Consuming web service of the PJe

I need to consume the progress of a process using the web service provided by the PC. I am following the guidelines described in: link According to the tutorial, WSDL has the following format: • Web Service: http://ENDEREÇO DA APLICAÇÃ...
asked by 25.04.2018 / 21:29
4
answers

What is the cost of using the Google Maps API to create routes?

I'm creating an app where I get the user's current position and create a route to a certain point.  A friend commented that this route service offered by Google is paid for.  Could anyone or could you please tell me more about these values? T...
asked by 14.02.2015 / 22:40
1
answer

Accentuation-Based Error [duplicate]

Hello I'm developing a Hybrid APP that uses a PHP Webservice to send an email and call a procedure in MySQL by filling it with the same email data, until the part of sending the email is all OK it sends successfully, however at the moment I...
asked by 20.07.2016 / 13:12
2
answers

How to search for images in Google with JavaScript?

I'm developing a webpage where it was in the project's interest to display some Google images, where they would be displayed from some significant name. I was reading something related and saw that Google Image Search API has been discont...
asked by 18.05.2014 / 00:10
2
answers

Data Modeling: Integrity vs. Performance

In the company I work for, there is a data architecture I've never seen before, and I wonder if this is common, or if it's a new market trend. Just to mention the bank is Oracle. Here are some points: There is almost no relationship between...
asked by 03.05.2018 / 16:36
1
answer

What is ABI? Does it have any relationship with API?

I'm reading this answer because I am currently studying C ++. I was trying to understand the difference C and C ++. In the quoted answer, I came across the term ABI. Until then I knew about API, but ABI I had never heard of such a term....
asked by 04.03.2017 / 23:50