React icon indicating copy to clipboard operation
React copied to clipboard

Request: API documentation for remote

Open Maximvdw opened this issue 8 years ago • 3 comments

Requesting API documentation (or link) for the remote protocol so 3rd party clients can be made

Maximvdw avatar Nov 28 '17 08:11 Maximvdw

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.

cyberpwnn avatar Nov 29 '17 23:11 cyberpwnn

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.

cyberpwnn avatar Nov 30 '17 01:11 cyberpwnn

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.

cyberpwnn avatar Dec 13 '17 11:12 cyberpwnn