hey everyone, are there any public swagger ui or s...
# general
h
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
m
Hey @hundreds-psychiatrist-38730 I believe you would find that here: https://github.com/ory/sdk/tree/master/clients/client and here for example for Ory Kratos (Ory Identities): https://github.com/ory/kratos/tree/master/spec
👍 1
h
So I basically just need to either load swagger ui and get the raw link to the Api spec :)
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 🙂