Use python workflow to submit request to REST API?
-
Hi! I'm not sure if it's possible, I'm just curious.
I have a Django blog with REST API. It would be incredible if I could automatically sync my files from an ipad to the blog.
So I'm wondering - can I use python workflows to post my file to the blog with REST API?
Or maybe you can recommend some other way of sharing and syncing files?
If I could turn them into rss feed that would also work....
-
My sense is that this would be very doable. Can you provide a pointer to the API docs?
-
Definitely. You can use
requests
to make API calls.