You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| integration | 8 years ago | |
| .gitignore | 8 years ago | |
| Gopkg.lock | 8 years ago | |
| Gopkg.toml | 8 years ago | |
| LICENSE | 8 years ago | |
| README.md | 8 years ago | |
| client.go | 8 years ago | |
| client_test.go | 8 years ago | |
| clients.go | 8 years ago | |
| clients_test.go | 8 years ago | |
| definitions.go | 8 years ago | |
| realm.go | 8 years ago | |
| realm_test.go | 8 years ago | |
| user.go | 8 years ago | |
| user_test.go | 8 years ago | |
README.md
Basic keycloak client in go
This repo provides a basic keycloak client in go, and utilities to parse the html docs into usable schema files because I wasn't good enough to make maven give me ascii documentation. I should try again at some point. It uses swagger, so it SHOULD be doable, it was just easier at that time to write an html parser to quickly prototype something.