I'm trying to consume an API from this URL, which returns a jsonp
link
I have this code
new Vue({
el: '.App',
mounted: function () {
this.cojerDatos()
},
data: {
losDatos: {}
},
methods: {...
I am trying to get the URL of an image to download it by command line from a jsonp pixabay answer (using its API):
This is the request:
import jsonp2json
import json
import python_pixabay
pix = python_pixabay.Pixabay('xxxxx...
Question
Create a few days ago a select which is completed automatically by a DB , I asked for help to create a container that had the necessary fields brought from the db , the problem is that when try to do it...
How about, I've been working on ionic jsonp for about 5 days and the case is that with angularjs it works and with jquery too but when I use jsonp with ionic I can not make it work and it always returns error, here I share my code
app.js
//...