Ask HN: What API do you wish you had while building your product?
101–110 of 151 posts
Re: Ask HN: What API do you wish you had while building your product?
#102Product information. Things like "The mainboard named XY from producer ABC has the manufacturer sku 1234567, the EAN-13 00123... and the UPC 01234...". Ideally add to that the custom specs, like "it has that many usb slots and this socket" etc. But I think I miss part of the picture here, there is probably a channel transmitting structured information like this from manufacturers to vendors, I just never found it.
Icecat (: http://www.icecat.biz ) seems to come close ?
Re: Ask HN: What API do you wish you had while building your product?
#103Product information. Things like "The mainboard named XY from producer ABC has the manufacturer sku 1234567, the EAN-13 00123... and the UPC 01234...". Ideally add to that the custom specs, like "it has that many usb slots and this socket" etc. But I think I miss part of the picture here, there is probably a channel transmitting structured information like this from manufacturers to vendors, I just never found it.
My startup Semantics3 works on this problem - https://semantics3.com/ We have a standardized taxonomy and ontology to which we map all our products to. It's a garbage in garbage out problem but as long as the product has the information in some sort of semi-structured or unstructured form, we typically can infer attributes and standardize them based on their ontology (i.e. They have 4 USB ports)
Re: Ask HN: What API do you wish you had while building your product?
#104A generic communication API (this might exist). When I want to communicate with my customer, it handles how they receive the message - whether that's SMS, Email, IM, slack, etc.
Re: Ask HN: What API do you wish you had while building your product?
#105Re: Ask HN: What API do you wish you had while building your product?
#106Earlier quoted context omitted.
Technopedia (a BDNA product) does exactly this, but might be expensive for a startup. https://www.bdna.com/products/technopedia/ Disclaimer: I used to work for BDNA, and on this product, but have since left the company.
There are no prices listed -> they are targeting big enterprises, right?
That said, I no longer work there, and companies often tinker with prices, and to boot, they were reengineering the API that I originally POCed for the company, so it could be substantially cheaper now (or substantially more expensive -- but the goal was to make it more accessible, so I'd guess cheaper.)
If you're actually interested in giving it a spin, shoot me an email, and I can probably put you in touch with someone willing to let you do a test-drive. My email's in my profile.
Re: Ask HN: What API do you wish you had while building your product?
#107Re: Ask HN: What API do you wish you had while building your product?
#108The sum of @Var1 and @Var2 is #Sum
and then we can program #Sum (we call this an expression) to return the sum of @Var1 and @Var2. Once I pass the values for the variables @Var1 and @Var2 to API, let's say 1 and 2 correspondingly. Then the api would return you the content as:
The sum of 1 and 2 is 3
I couldn't find something that could help me with this so I build one. You can visit https://www.dialoguewise.com/ in case you have a similar requirement. More on expressions here: https://docs.dialoguewise.com/expressions/
Re: Ask HN: What API do you wish you had while building your product?
#109A real estate API for active/sold residential and commercial listings.
Re: Ask HN: What API do you wish you had while building your product?
#110An 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…