Closed nikita-petko closed 3 years ago
This will not be accepted yet as it's not using our new endpoint system - the structure for building an endpoint URL should look something like this:
from ro_py.utilities.url import url
endpoint = url("users")
I probably should have reviewed the new system before I made commits
The test url will be removed when I make it prod worthy
endpoint = url("messagerouter.api")
endpoint_dev = "https://messagerouter.api.sitetest4.robloxlabs.com" # Keep this here for the test api where I actually know the accessKey and X-Roblox-ChannelType
Alright. If you have plans to add MessageRouter features, we'd prefer if those were added in this PR rather than waiting for another.
@jmkd3v The only thing that would ever be added to it is the ability to communicate with grid servers, but it will be a while until that happens, and I will probably ask you to add the changes when I find out how the grids' channel.
Hm, I see.
This is being closed as we move over to the rewrite branch. Feel free to redo your changes in the rewrite branch when it is ready.
Mbryhjkaldawad
This API only consists of /v1/router/signalr, and will only support Studio messages (I haven't found out what the main channel/main accessKey is for open grid servers)