noblox.js icon indicating copy to clipboard operation
noblox.js copied to clipboard

Update addDeveloperProduct

Open parker02311 opened this issue 2 years ago • 0 comments

Currently addDeveloperProduct.js uses the user endpoint for sending the request to create a developer product and then uses a HTML parser to get the product id which means it could break at any time, the endpoint should be updated to

https://develop.roblox.com/v1/universe/{universeid}/developerproducts

Docs https://develop.roblox.com/docs#!/DeveloperProducts/post_v1_universes_universeId_developerproducts

parker02311 avatar Jul 09 '22 20:07 parker02311