Nicolas Massé 5 years ago
committed by GitHub
parent
commit
c8a5fd9c87
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

12
README.md

@ -2,7 +2,7 @@
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
* **Clients**: CRU
@ -11,16 +11,6 @@ This Golang library provides Types and Methods to drive a Keycloak instance thro
## 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
package main

Loading…
Cancel
Save