OSXMessageProxy icon indicating copy to clipboard operation
OSXMessageProxy copied to clipboard

Define protocol used to communicate between server + client

Open beeedy opened this issue 8 years ago • 1 comments

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?

beeedy avatar Jun 30 '17 12:06 beeedy

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.

ezhes avatar Jun 30 '17 16:06 ezhes