You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/03/25 20:46:37 UTC

[GitHub] [guacamole-manual] mike-jumper commented on pull request #123: GUACAMOLE-872: Guacamole Rest API Documentation

mike-jumper commented on pull request #123:
URL: https://github.com/apache/guacamole-manual/pull/123#issuecomment-807456120


   Yep, there are indeed. All the servers are annotated with JAX-RS annotations. For example:
   
   https://github.com/apache/guacamole-client/blob/754e9649f1fa0ba225ee42b56ded64bc283d17df/guacamole/src/main/java/org/apache/guacamole/rest/session/SessionRESTService.java#L32-L39
   
   https://github.com/apache/guacamole-client/blob/master/guacamole/src/main/java/org/apache/guacamole/rest/session/SessionResource.java#L77-L93
   
   There are only a few classes that serve as roughly root-level resources and have their own `@Path` annotations. Everything else is accessed through those via sub-resource locators.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org