Thread
Stories related to "Datasette’s new JSON write API: The first alpha of Datasette 1.0" across the full archive.
Let’s say I am writing a small thing, and I want to expose it as a simple JSON rpc. I value simplicity, so grpc and (I think) graphql are out.
If I want to define the API via language independent IDL, what are my choices? I know that JSON schema exists, but it doesn’t seem like a good IDL (not hu...