You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am currently trying to implement the Rust Package. But I am not 100% sure how this package is intended to work.
As far as I am able to understand you can generate the Request functions. But sometimes you are using generated Classes? How are they generated? What is the Purpose of it? Is it some kind of Request Body? Can I autogenerate them?
Are the responses Autogenerated?
As far as I am able to tell this is the last thing for me to do.
The text was updated successfully, but these errors were encountered:
Hi @devmaxde ! Thanks for putting together a rust client.
I'm not sure I quite understand your question. Are you asking how the request JSON is generated or what? Here's a high level overview of the components of client library generation:
A github repo containing static components of each client library (python example)
A build process which using the freemarker file and the API and domain json objects to build native REST calls into a file/package for the library. Then that file/package is checked into the client lib github repo, tested and tagged.
Hey, I am currently trying to implement the Rust Package. But I am not 100% sure how this package is intended to work.
As far as I am able to understand you can generate the Request functions. But sometimes you are using generated Classes? How are they generated? What is the Purpose of it? Is it some kind of Request Body? Can I autogenerate them?
Are the responses Autogenerated?
As far as I am able to tell this is the last thing for me to do.
The text was updated successfully, but these errors were encountered: