An API for handling image processing/uploading to S3: Use 1: Send a high-res image in any format (like, say, tiff), the original, a web-optimal jpg at full resolution, and any sizes that might be needed in various contexts (thumbnail, inline display at any screen density) are put into the right place in my S3 bucket. Use 2: Using ids or original file names, point the API to an image or array of images, uploaded via U…
Ask HN: What API do you wish you had while building your product?
31–40 of 151 posts
Re: Ask HN: What API do you wish you had while building your product?
#32Re: Ask HN: What API do you wish you had while building your product?
#33An API for handling image processing/uploading to S3: Use 1: Send a high-res image in any format (like, say, tiff), the original, a web-optimal jpg at full resolution, and any sizes that might be needed in various contexts (thumbnail, inline display at any screen density) are put into the right place in my S3 bucket. Use 2: Using ids or original file names, point the API to an image or array of images, uploaded via U…
Re: Ask HN: What API do you wish you had while building your product?
#34Re: Ask HN: What API do you wish you had while building your product?
#35An API for handling image processing/uploading to S3: Use 1: Send a high-res image in any format (like, say, tiff), the original, a web-optimal jpg at full resolution, and any sizes that might be needed in various contexts (thumbnail, inline display at any screen density) are put into the right place in my S3 bucket. Use 2: Using ids or original file names, point the API to an image or array of images, uploaded via U…
Re: Ask HN: What API do you wish you had while building your product?
#36Re: Ask HN: What API do you wish you had while building your product?
#37An API for handling image processing/uploading to S3: Use 1: Send a high-res image in any format (like, say, tiff), the original, a web-optimal jpg at full resolution, and any sizes that might be needed in various contexts (thumbnail, inline display at any screen density) are put into the right place in my S3 bucket. Use 2: Using ids or original file names, point the API to an image or array of images, uploaded via U…
Re: Ask HN: What API do you wish you had while building your product?
#38A reverse pastebin, where you give it a pastebin URL and it returns the plaintext.
Re: Ask HN: What API do you wish you had while building your product?
#39Re: Ask HN: What API do you wish you had while building your product?
#40I wanted machine learning-based app configuration. So I built it and spun it out as a separate product: https://improve.ai/
Awesome! I was looking for exactly a service like this (was almost going to build it myself) so will definitely try it out!
properties:
buyButtonText:
variants:
- buy now
- free trial!
by:
property: os
for:
- ios
- android
The response would look like: properties:
buyButtonText:
ios: free trial!
android: buy now
Using the "by" statement you'll be able to segment the configuration by any other property.