FusionAuth/fusionauth-client-builder

Class Generation

devmaxde opened this issue · 1 comments

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.

Bildschirmfoto 2024-01-04 um 19 15 08

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:

Does this help?