teragrep / cfe_31

0 stars 0 forks source link

Create a Response class when CFE-18 returns JSON responses #18

Closed MoonBow-1 closed 7 months ago

MoonBow-1 commented 8 months ago

Title

MoonBow-1 commented 7 months ago

JSON response structure is going to be:

{
  "id": 1234,
  "message": "yes we did it, very nice"
}

More detailed explanation can be found in the CFE-18 ticket

MoonBow-1 commented 7 months ago

CFE-18 now return data in the aforementioned format.

A class has been implemented for the response on CFE-31, and is currently being tested by real data