FusionAuth / fusionauth-client-builder

The FusionAuth client library builder
https://fusionauth.io/
Apache License 2.0
6 stars 24 forks source link

Class Generation #72

Open devmaxde opened 6 months ago

devmaxde commented 6 months ago

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

mooreds commented 6 months ago

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?