<div dir="ltr">I don&#39;t like the use of RestEasy client for these in the first place. It doesn&#39;t make a very nice Java library IMO. Something like:<div><br></div><div>   void createRealm(RealmRepresentation rep) throws AdminException</div><div><br></div><div>Would be much better than:</div><div><br></div><div>   Response createRealm(RealmRepresentation rep)</div><div><br></div><div>Under the covers the implementation could use RestEasy client, but I don&#39;t think the current approach creates a very nice API.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 21 October 2015 at 09:31, Marek Posolda <span dir="ltr">&lt;<a href="mailto:mposolda@redhat.com" target="_blank">mposolda@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Was wondering if resteasy has some way to autogenerate REST
    endpoints inside integration/admin-client to be automatically synced
    with the REST endpoints from keycloak-services ?<br>
    <br>
    So for example when I add new REST endpoint on server-side into
    org.keycloak.services.resources<span style="background-color:#e4e4ff">
      
      .RealmsResource class, the admin-client class </span>org.keycloak.admin.client.resource<span style="background-color:#e4e4ff"></span>.RealmsResource will be
    automatically updated too . Ideally there can be maven target
    executed on demand for update admin-client sources. That would help
    to avoid unsynced endpoints in admin-client - issues like
    <a href="https://issues.jboss.org/browse/KEYCLOAK-1967" target="_blank">https://issues.jboss.org/browse/KEYCLOAK-1967</a> .<span class="HOEnZb"><font color="#888888"><br>
    <br>
    Marek<br>
    
    
  </font></span></div>

<br>_______________________________________________<br>
keycloak-dev mailing list<br>
<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br></blockquote></div><br></div>