Skip to content

Basic RedGuides forums API integration. The plugin can authenticate and...

Robbie Deal requested to merge r1pt1de-development into master

Basic RedGuides forums API integration. The plugin can authenticate and download a resource given an id. This uses the same mechanisms as the RG Launcher and as of right now the cached tokens are the same. Consists of 3 modules. The RGForumsApiCore module that deals with all the actual communication with the forums Rest API. A c++ loader based on mq2dotnet. And a c# plugin also based on mq2dotnet.

For RGForumsApiCore to be able to talk to the forums API there are three keys that will be needed before building. I can provide those as necessary as long as approved by RedBot.

If anyone wants to try and convert the core into a c++ module so that we don't need the c# plugin and loader let me know and I will help wherever I can. But for now this will work.

Merge request reports