Questions tagged as 'api'

1
answer

Http Requests on ionic

I want to show a list of products by calling an api that the json returns to me. but to me it seems the answer arrives somewhat late, after the app starts and I guess that's why I do not get painted .- My request code: getPromociones(){...
asked by 06.03.2018 / 15:17
1
answer

How do I use apis in AJAX?

Ajax will be used, but for the exam I have in a few hours they ask me to use ajax with some api and from there to get the information, I have no idea, can someone explain how I can do it? Thanks     
asked by 31.05.2018 / 03:19
1
answer

API Google Drive Java

I would like to know if a connection to Google Drive can be made with my desktop application, I have a sales program and what I want to do is have a button that, when clicked, download the report of the total sales and that same file go up to go...
asked by 26.02.2018 / 01:03
1
answer

Problem to send json between Activitys with retorfit

I have the following problem I am trying to bring a list of objects that I get from a json , from an activity through a controller. Within the code that I am attaching, what I am looking for is to pass the list of specialties to my MainAct...
asked by 01.02.2018 / 17:35
1
answer

error to consume api rest from ionic

I have a rest API created in laravel and when I try to consume it from ionic it generates an error that I have not been able to solve. I have thought of placing a condition that when the route is api I throw the data in json otherwise I send the...
asked by 05.02.2018 / 01:57
2
answers

Get data in response json using Volley [duplicate]

I have this method that connects to an API, basically it should show me a result in a textView, but it shows nothing and I do not know why. Thanks. public void sendResponse(){ String url = "http://www.amiiboapi.com/api/amiibo/...
asked by 17.01.2018 / 23:26
1
answer

Loguin API AOL Token

I'm looking to log in to a site through Python. I do not know how to do it since it is through its API, I leave here the information provided by the API to log me in. It is really necessary that you do it through python. I have logged through...
asked by 22.11.2017 / 17:19
1
answer

parent="@ android: style / TextAppearance.Material.Title" API 19

I have a problem with compatibility with the following code <style name="ExpandedAppbar" parent="@android:style/TextAppearance.Material.Title"> <item name="android:textColor">@color/colorPrimary</item> <i...
asked by 14.11.2017 / 21:54
2
answers

axios.get inside a for

Greetings friends, I'm new with Nodejs and I have this problem, my function receives an array with some ids of products and I need to iterate over that array to consult and bring the image of that product and in this way to build an array with t...
asked by 21.09.2017 / 00:23
1
answer

Problem to Graph in highcharts

I have a problem to graph the data in a highcharts pie chart, the problem is that I can not graph it according to its color, I'm using an API, I could do it with the bar graph now I want to do it with the pie graph, I could do but I have errors...
asked by 27.08.2017 / 01:20