Get the latest tech news
Show HN: Superglue – open source API connector that writes its own code
superglue is an API connector that writes its own code. It lets you connect to any API/data source and get the data you want in the format you need. - superglue-ai/superglue
Here's how it works: You define your desired data schema and provide basic instructions about an API endpoint (like "get all issues from jira"). If you’re spending a lot of time writing code connecting to weird APIs, fumbling with custom fields in foreign language ERPs, mapping JSONs, extracting data from compressed CSVs sitting on FTP servers, and making sure your integrations don’t break when something unexpected comes through, superglue might be for you. LLM-Powered Data Mapping: Automatically generate data transformations using large language models API Proxy: Intercept and transform API responses in real-time with minimal added latency File Processing: Handle various file formats (CSV, JSON, XML) with automatic decompression Schema Validation: Ensure data compliance with your specified schemas Flexible Authentication: Support for various auth methods including header auth, api keys, oauth, and more Smart Pagination: Handle different pagination styles automatically Caching & Retry Logic: Built-in caching and configurable retry strategies
Or read this on Hacker News