The default payload when you fetch a list that is empty across all other models looks like:
// 20170427131035
// http://localhost:8001/upstreams
{
"data": [
],
"total": 0
}
Certificates empty payload looks like:
// 20170427130651
// http://localhost:8001/certificates
{
}
upstreams endpoint when there is no datacertificates endpoint when there is no dateNice eyes @nijikokun. Only pending question is whether to fix this in 0.10.2 or 0.11 as it could be considered a "breaking" change.
0.10.2 it is!
Most helpful comment
0.10.2 it is!