HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cjav_dev

no profile record

投稿

OpenAPI to SQL SDK

stainless.com
5 ポイント·投稿者 cjav_dev·5 か月前·1 コメント

コメント

cjav_dev
·5 か月前·議論
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
·5 か月前·議論
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
·5 か月前·議論
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
·5 か月前·議論
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/...