guacamole-rest-api-documentation
guacamole-rest-api-documentation copied to clipboard
Where can I find official docs?
I searched for them, but I found nothing. I'll appreciate any help. Thanks.
I searched for them, but I found nothing. I'll appreciate any help. Thanks.
There are no official docs for the API as far I know 🤷♂️
I searched through Google and public email threads and can confirm there is no official documentation for the API Rest from Oracle.
Thanks for replying. I don't know if you'd prefer to close this issue or leave it open for whoever that could come with the same question. I leave it to you
I searched through Google and public email threads and can confirm there is no official documentation for the API Rest from Oracle.
Thanks for replying. I don't know if you'd prefer to close this issue or leave it open for whoever that could come with the same question. I leave it to you
Thank you, I will leave the issue open
I've been building a typescript library to perform most of these calls. https://github.com/spenceradolph/guacamole-api I've been referencing these docs as a partial guide (as well as this python library https://gitlab.com/gacybercenter/open/guacamole-api-wrapper) but also have been going through the guacamole source code (.js files) for updated endpoints and calls. If anyone is curious, I'm making an effort to provide full typings for the api calls.
Hey @spenceradolph any update on this? Seems super useful. I'd also be happy to help if needed.