Request: API documentation for remote
Requesting API documentation (or link) for the remote protocol so 3rd party clients can be made
Currently its just a nasty pingpong. Honestly, you might want to wait as i have been rewriting all of react. You can see how its done in the current client's source code, but that system will no longer work in a couple weeks when React 6 is released.
The current (deprecated client) is here https://github.com/cyberpwnn/ReactClient
Ill update this issue when i have the new system set up. Also, i am planning on making a quick auth-lib library as an interface for making clients.
Started designing the ReactLink library. It will be used for both the plugin (server) and any clients used with it. https://github.com/VolmitSoftware/ReactLink It isnt complete yet, but once it is ill document it.
https://github.com/VolmitSoftware/ReactLink functions with R6 so far. Once R6 is out ReactLink will be in its full state (with my client using it) open source obviously.