You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have this, we can show the above in the README as how to use this:
$.post("http://34.74.118.242/api/v2/export/",{scale: 30,upload: true,collection: aJsonCollection// here is where we'll pass in the JSON}).success(function(response){// here 'response' will include the URL to get status updates from});
I want to move us closer to completing integration with MapKnitter, and we'll need this to be able to accept the JSON collection as follows:
Just like in https://github.com/publiclab/mapknitter-exporter-sinatra#usage
Can we do that pretty easily, if URL isn't specified?
image-sequencer-app/src/api/v2/index.js
Lines 17 to 21 in 892c1ba
Thanks!
The text was updated successfully, but these errors were encountered: