blackbox-dev / blackbox

0 stars 0 forks source link

Communication with frontend team REST API #20

Open JaromirCharles opened 4 years ago

JaromirCharles commented 4 years ago

WIP: add specification

GITBSB commented 4 years ago

From the frontend, we would like to receive a JSON message with the following format. message contains the eventType and timestamp contains the current date time in unix stamp

{
   "value":{
      "message":"yaay",
      "timestamp":"ns"
   }
}