Show HN: Send as POST – share photos and links via POST request on iOS/macOS
1–10 of 10 posts
Re: Show HN: Send as POST – share photos and links via POST request on iOS/macOS
#2Re: Show HN: Send as POST – share photos and links via POST request on iOS/macOS
#3"Sharing" is only good if you can share through standard methods. Call APIs when sharing, share to arbitrary servers etc.
Re: Show HN: Send as POST – share photos and links via POST request on iOS/macOS
#4This is great. I wish there were more of this. "Sharing" is only good if you can share through standard methods. Call APIs when sharing, share to arbitrary servers etc.
Re: Show HN: Send as POST – share photos and links via POST request on iOS/macOS
#5This is great. I wish there were more of this. "Sharing" is only good if you can share through standard methods. Call APIs when sharing, share to arbitrary servers etc.
Thanks for the kind words! That was definitely my intention with making this. It’s open source as well so let me know if you have any feedback or feel free to just fork/PR.
Re: Show HN: Send as POST – share photos and links via POST request on iOS/macOS
#6If the parameters were editable people could use the app to share to imgur and other sites alike.
Re: Show HN: Send as POST – share photos and links via POST request on iOS/macOS
#7There could be a counterparty app that run a webserver to accept these POST requests and save the images. If the parameters were editable people could use the app to share to imgur and other sites alike.
Re: Show HN: Send as POST – share photos and links via POST request on iOS/macOS
#8There could be a counterparty app that run a webserver to accept these POST requests and save the images. If the parameters were editable people could use the app to share to imgur and other sites alike.
Yeah this is what I wrote to receive the images: https://github.com/andrewpbrett/admin.andybrett.com
But now I was thinking about a mobile app that you could run and get an URL, then your friend could share the image to your URL and you would get the image in your phone.
But I'm just throwing thoughts on the air.
Re: Show HN: Send as POST – share photos and links via POST request on iOS/macOS
#9Re: Show HN: Send as POST – share photos and links via POST request on iOS/macOS
#10Nice work. I like the simplicity. That its OSS and thus can be (hopefully) used to build a more streamlined (ie preset URL) version is a nice bonus!