HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cjav_dev

no profile record

Submissions

OpenAPI to SQL SDK

stainless.com
5 points·by cjav_dev·há 5 meses·1 comments

comments

cjav_dev
·há 5 meses·discuss
Nice. I had the same idea: https://github.com/cjavdev/agent-lint

Super simple OSS tool to run with skills or at the CLI. npx @cjavdev/agent-lint https://docs.example.com

Looking forward to being inspired by your checks!
cjav_dev
·há 5 meses·discuss
We’re experimenting with a SQL SDK generator that turns an OpenAPI spec into a PostgreSQL extension.

The goal: make a REST API queryable directly from SQL, without ETL scripts, staging tables, or sync pipelines.

It's a fun idea that turned into a working experiment!
cjav_dev
·há 5 meses·discuss
Cool idea! The docs are a little out of sync with what I'm seeing in the responses. I created an OpenAPI spec and generated some SDKs! Here's the python one: https://github.com/stainless-commons/rollin-python
cjav_dev
·há 5 meses·discuss
What do the wreken files look like?

The Stainless docs platform does some chunking and indexing by default and also gives per endpoint code snippets for different languages. This is more for companies who want to improve the agent experience for devs than for individuals working directly from an open api spec.

E.g. https://docs.sendblue.com/api/typescript/resources/messages/...