kilork / keycloak

Keycloak REST API Client
The Unlicense
59 stars 32 forks source link

Derive some more traits for the public api #106

Closed omid closed 5 months ago

omid commented 5 months ago

Fixes #105

kilork commented 5 months ago

Hey, thank you for this contribution. Consider we do not write types by hand, they are generated in openapi.rs. Please, feel free to adjust integration tests to test extra feature variants. Most important here is rc feature.

omid commented 5 months ago

Thanks. What is openapi.rs? The one in the examples directory? 🤔🤔

kilork commented 5 months ago

Yes, one in examples directory.

omid commented 5 months ago

So openapi.rs in the examples folder is responsible to generate other files? I'm confused a bit, sorry If so, why is it in examples of it's not an example?

omid commented 5 months ago

I read the code more carefully, after these two PRs, I'll try to restructure the code a bit and move it out of examples dir.