mohabusama / pyguacamole

Guacamole Python Client
MIT License
108 stars 34 forks source link

it support guacamole restful api such as create share link #13

Open skyroot opened 3 years ago

skyroot commented 3 years ago

i wonder if this pyguacamole whethe support guacamole restful api such as create share link ?

mohabusama commented 3 years ago

Hi @skyroot ,

The scope of pyguacamole is focused on the communication layer with guacd daemon. The create share link seems to be part of the web application, which in theory can be implemented in any language and is decoupled from the guacd communication layer.

skyroot commented 3 years ago

Thank @mohabusama ,Do u konw whether there have python or django version's guacamole web application?

mohabusama commented 3 years ago

@skyroot Not really sure if there is something production ready for that.