Hi everybody ! I'm currently working on the SAML i...
# talk-kratos
e
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
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
Ahh thank you I understand better!