No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
11 deletions
-
README.md
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
This Golang library provides Types and Methods to drive a Keycloak instance through its REST Admin interface. |
|
|
This Golang library provides Types and Methods to drive a Keycloak instance through its REST Admin interface. |
|
|
|
|
|
|
|
|
## Supported Features |
|
|
## Supported Features |
|
|
|
|
|
|
|
|
* **Realms**: CRUD, Export, Import |
|
|
* **Realms**: CRUD, Export, Import |
|
|
* **Clients**: CRU |
|
|
* **Clients**: CRU |
|
|
@ -11,16 +11,6 @@ This Golang library provides Types and Methods to drive a Keycloak instance thro |
|
|
|
|
|
|
|
|
## Hello, World example |
|
|
## Hello, World example |
|
|
|
|
|
|
|
|
Create a directory for your project, initialize the Go module. |
|
|
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
|
mkdir kc-test |
|
|
|
|
|
cd kc-test |
|
|
|
|
|
go mod init foo/bar |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
**main.go**: |
|
|
|
|
|
|
|
|
|
|
|
```go |
|
|
```go |
|
|
package main |
|
|
package main |
|
|
|
|
|
|
|
|
|