Open kylecarhart opened 4 months ago
I believe there's still room for clients to exist, to build quality-of-life features on top of the API. I did that with my own client. But figma-js would need to be ported to use the OpenAPI spec to have a chance of staying maintained.
With https://github.com/figma/rest-api-spec, is this project still relevant? They include all the typescript types, and if you need a client, you can use something like https://github.com/hey-api/openapi-ts to generate a client for you based on their
openapi.yaml
.