Skip to content

Commit c8201a7

Browse files
committed
Keycloak Admin REST API v26.4.0 (#177)
1 parent e7ec43d commit c8201a7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/resource/workflow_steps.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
use super::*;
2+
3+
impl<'a, TS: KeycloakTokenSupplier> KeycloakRealmAdmin<'a, TS> {
4+
// <h4>Workflow Steps</h4>
5+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
use super::*;
2+
3+
impl<TS: KeycloakTokenSupplier> KeycloakAdmin<TS> {
4+
// <h4>Workflow Steps</h4>
5+
}
6+
// not all paths processed
7+
// left 247

0 commit comments

Comments
 (0)