hey everyone, are there any public swagger ui or similar for the SDK's ? e.g. javascript/typescript ones?
I have only found some for golang client and then there is the Reference -> HTTP API docs on the website which doesn't fully give me info on the functions etc
So I basically just need to either load swagger ui and get the raw link to the Api spec :)
hundreds-psychiatrist-38730
08/27/2024, 1:51 PM
hey @magnificent-energy-493
Are there no docs like, https://github.com/terminaldotshop/terminal-sdk-go/blob/main/api.md
for the different languages for the SDK?
I know there is some for the go package, but i'm interested in the typescript one 🙂
And I have seen the tool that terminal shop used to generate that markdown file, but it's not OSS so i don't feel like paying to run it against the OpenAPI spec there is 🙂