-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
It is:
{
"status": "success",
"code": 200,
"message": "Request successful.",
"data": {
"date": "2023-05-15",
"data": {
"time": "00:00:00",
"value": 56.01,
"error": 10.73
}
}
}
not
{
"status": "success",
"code": 200,
"message": "Request successful.",
"data": {
"date": "2023-05-15",
"data": [{
"time": "00:00:00",
"value": 56.01,
"error": 10.73
}]
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation