QuiteStochastic

Results 2 comments of QuiteStochastic

Tejas: for each request, a specific response on expected. what exactly is expected is determined by the API that we wrote. Go check that document, it is king.

Well according to the API doc, when we receive a GET in /messages, we must return a JSON that looks like this: { "messages":[ { "author_pubkey":"...", "author_nick":"sanity", "message_id":124, "message_hash":"4z...E8", "content":"hi"...