Questions tagged as 'api'

1
answer

Ionic client to the API with NodeJS

I have a problem, it's an API with NodeJS and the client with Ionic (code available here as well). // SERVICES.JS angular.module('app.services', []) .factory('loginService', function($http){ return{ print: function() {...
asked by 15.01.2017 / 16:04
1
answer

Select request for data request from an api json?

More than a question, it is a query, I am currently with an api serving data, and I have arrived at the following situation, I have a user preferences table, where the configuration options of each user are stored, with json, I do I get a get an...
asked by 08.10.2016 / 20:36
1
answer

BitmapFactory functionality

I've been browsing the API of android for a while trying to understand the function of BitmapFactory . At what times am I supposed to use BitmapFactory , and why?     
asked by 12.08.2016 / 17:22
1
answer

Instagram API Help to get photos from a Hashtag

Hello everyone, I want to start a web app with the Instagram API, to crawl a hashtag and return the photos published with me. I already checked the API, but I do not have much experience using it, can someone help me? thank you all     
asked by 18.06.2016 / 16:28
1
answer

Is it possible to make my own API from a site that does not have an API with Python?

If a web page / service does not offer an API for my programs to interact with the site, what libraries can I use to make my own API from the site I want to use Pyhton or some other tool?     
asked by 28.02.2016 / 08:51
1
answer

Update django record in short period of time (ms)?

Greetings I hope you can help me with this topic I would really appreciate it! The situation is as follows: In my project django I have an endpoint in which the client connects makes a request to update a record in the db. The endpo...
asked by 13.09.2016 / 16:42
0
answers

I'm getting java.lang.IllegalArgumentException

Hello here, making new inquiries. I'm moving on a API REST project in Java I'm getting the following error when wanting to show my branches of a related base where branches is the parent. Error al mostrar la sucursal java.lang.IllegalArg...
asked by 11.12.2018 / 18:20
0
answers

API that has objects inside the main

I have this API: if(isset($_GET['id'])) { $json = ''; $banner = true; $id=$_GET["id"]; $connection = new MySqlServerConnection(); $query = 'SELECT s.id,s.description,s.ipAddress,r.id AS readingId,r...
asked by 04.12.2018 / 01:25
0
answers

I have not finished using the HelpScout WebHook

I am trying to integrate a HelpScout WebHook, having already applied the same API in a PrestaShop module that I am creating. The issue is that I ask the HelpScout technical service and they can not help me, they tell me to look at the guides the...
asked by 05.11.2018 / 07:43
0
answers

Error sending image to pinterest by url using Token

Hello friends, I'm trying to send an image to pinterest as follows: https://api.pinterest.com/v1/pins/?access_token=******&fields=id%2Ccreator&link=https://localhost/&image_url=http://3.bp.blogspot.com/-cP9MUDC3OJ0/W8LoDjVkavI/AAAA...
asked by 26.10.2018 / 00:03