On Mon, Mar 20, 2023 at 5:11 PM Aaron Meyer <ame...@meyertech.net> wrote:
>
> Thank you, Nick.
>
> Follow-up question then... if I were to spelunk through the source any hints 
> on what to look for?

There are a couple of things that will help you out in this. First,
the bulk of the REST API source code is located here:

https://github.com/apache/guacamole-client/tree/master/guacamole/src/main/java/org/apache/guacamole/rest

It may not be immediately obvious what each of the classes present in
terms of an endpoint, but it'll help. Probably the most useful thing
for me has been to use the full Guacamole Client in a browser with the
Developer Console/Tools open, and use the Network tab to see the HTTP
and WebSocket calls made by the client. The full Guacamole Client uses
the REST API to do all of its interaction and management, so you
should be able to look through those transactions and get an idea for
how things like user, group, and connection management are done.

And, of course, feel free to post back here.

-Nick

Reply via email to