OSXMessageProxy
OSXMessageProxy copied to clipboard
Define protocol used to communicate between server + client
I am interested in implementing my own client to interface for this server but don't see the protocol used defined anywhere. Is it possible for something to be added to the readme or another file that lays out exactly how the server and client communicate?
Haven't written anything but you could try and read the request handling code. Some quick info: t is the API token. In get requests it's a url parameter, in posts it's a whatever parameter.
If you have any questions about how any of this stuff works feel free to ask. It's all json and generally I think the names are sufficient but I've never actually looked too hard a while later.