RocketChat / Rocket.Chat.Go.SDK

Go SDK for REST API and Realtime api
MIT License
60 stars 58 forks source link

GetServerInfo calls nonexistent API endpoint #77

Open OscarVanL opened 1 year ago

OscarVanL commented 1 year ago

When I call GetServerInfo it makes a call to https://<server>:443/api/v1/info

The docstring on GetServerInfo links to https://docs.rocket.chat/developer-guides/rest-api/miscellaneous/info, which no longer exists.

The correct API route for info is https://open.rocket.chat/api/info