cameronpcampbell / openblox

An API wrapper for Roblox, written in Typescript. Fully typesafe, optional caching, use any http client.
https://open.blox.wiki
MIT License
23 stars 8 forks source link

`MessagingApi.publishMessage()` uses the incorrect request URL. #10

Closed LuckFire closed 3 months ago

LuckFire commented 3 months ago

When attempting to use MessagingApi.publishMessage(), the status that gets returned is 404.

When inspecting the URL that is requested, it does not seem correct according to Roblox's OpenCloud API documentation. Instead of requesting https://apis.roblox.com/messaging-service/v1/universes/{universeId}/topics/{topic}, the URL that is being requested is https://apis.roblox.com/cloud/v2/universes/{universeId}/topics/{topic}.

I am willing to make a PR that resolves this.

cameronpcampbell commented 3 months ago

This has now been fixed in 1.0.49 - thanks. 👍

LuckFire commented 3 months ago

@MightyPart Hey, you may want to block users like this completely from posting on the repo 😓

cameronpcampbell commented 3 months ago

not these bots again. Idk why they are targeting me.

LuckFire commented 3 months ago

not these bots again. Idk why they are targeting me.

They may be targeting me, it appears that any issue that I make they start to send something?

cameronpcampbell commented 3 months ago

This is very perculiar 😅.