osiam / connector4java

Native Java API to connect to the REST based OSIAM services
MIT License
8 stars 17 forks source link

Make getMe() aware of the version of OSIAM #217

Closed tkrille closed 8 years ago

tkrille commented 8 years ago

As discussed in https://github.com/osiam/addon-self-administration/issues/180#issuecomment-225106897, the connector should be able to determine the version of the OSIAM server it is talking to, and based in this information, call the right endpoint.

tkrille commented 8 years ago

Oh, that's fixed with #219