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.
Johan Droz 2ad17ce219 Update error handling, avoid error when reply is not json 8 years ago
client Update error handling, avoid error when reply is not json 8 years ago
.gitignore Refactor keycloak client, add new routes. 8 years ago
Gopkg.lock Refactor keycloak client, add new routes. 8 years ago
Gopkg.toml Moves keycloak client from the keycloak-bridge repository 8 years ago
LICENSE Initial commit 8 years ago
README.md Moves keycloak client from the keycloak-bridge repository 8 years ago
doc.go Refactor keycloak client, add new routes. 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.