Refactor or add typed event payloads #27
Labels
enhancement
New feature or request
good first issue
Good for newcomers
tech debt
Work on this should be planned according to tech debt policy
Currently events are returned as a generic struct with payload as
BTreeMap<String, Value>
:zitadel-rust-client/src/v1/types.rs
Lines 14 to 28 in e333bd4
Since zitadel events set is fixed, it would be much convenient for dependent crates to get some
enum
payload directly rather than implementing parsing it themselves:The text was updated successfully, but these errors were encountered: