Problems using the modules/get rest endpoint

Hi all,

I am currently playing around with the licensing system.
I am using the new Web-UI in paralell with the module_showcase and building my own Rest client.

Whenever I try to use licenses/add_modules I get: “Module with id 'org.toddysoft.connect.ads' doesn't exist.”, if I try to use get I get the same. I get the same if I click on the edit button in the module_showcase. If I click on edit in the WebUI I get an error. So it seems as if something’s a bit off with the Rest service.

For some reason I am able to add a module to a license in the module_showcase and the WebUI … I assume it’s doing something slightly different.

Could really use your help with this.

Chris

I should add:
I added some code to the module_showcase to output in a popup exactly what it’s sending to the server. This is exactly what I’m sending from my code, however the only difference is the oder of the properties:
I’m sending license_key and then module_ids and the module_showcase is doing it the other way around.

Ok … found the issue why I couldn’t add a module to my license (if you use “org.” instead of “com.” that’s obviously wrong just I was blind to it … however that doesn’t change, that it seems impossible to get an individual module, I can list them however. So right now instead of getting a module, I’ll just get all and then filter out the one I want.