Sirush / UDHBot

MIT License
0 stars 0 forks source link

Old Link, asset-publishers can not longer verify #111

Open SimplyJpk opened 3 years ago

SimplyJpk commented 3 years ago

https://github.com/Sirush/UDHBot/blob/427a5b0172d4eb2e2a7c4fcc35a2d14dc09f49dd/DiscordBot/Services/PublisherService.cs#L78

API/Url has changed, this won't return what is being used for asset-publishers to verify.

Did a quick look but didn't find any updated links.

Pierre-Demessence commented 3 years ago

Is this still relevant?

SimplyJpk commented 3 years ago

If we want to continue allowing people to be asset-publishers, or get asset data off the unity store, yes

SimplyJpk commented 3 years ago

The links used to return data no longer work.

https://www.assetstore.unity3d.com/api/en-US/sale/results/10.json

"https://www.assetstore.unity3d.com/api/en-US/content/overview/{packageId}.json" ie; https://www.assetstore.unity3d.com/api/en-US/content/overview/183125.json

Which would give you the data for https://assetstore.unity.com/packages/tools/gui/autocomplete-dropdown-search-tmp-integrated-183125, without being able to pull that info the bot won't/can't verify new asset-publishers

SimplyJpk commented 3 years ago

Should be fixed with #117 , hopefully.