https://www.ory.sh/ logo
e

early-fountain-60696

01/07/2022, 3:07 PM
Hi everybody ! I'm currently working on the SAML integration for Kratos. I would like to modify the documentation to add new API calls to use the new methods I wrote in go in the Kratos code. Would there be any documentation available on the methodology to modify the SDK? From what I understand, the SDK is auto-generated by OpenAPI but I don't really see how to modify it. Thanks in advance :))
s

steep-lamp-91158

01/07/2022, 3:24 PM
the SDK is defined by comments in the code there are
//swagger:...
directives that you find everywhere as an example of how it works
1
e

early-fountain-60696

01/07/2022, 3:36 PM
Ahh thank you I understand better!
4 Views