Better API Data
Created by: nicklog
Hey there,
this API could be so much better. Do not get me wrong. It's great, it's true ;)
But the API would be more useable if the available data were atomic and have data types. For example:
{"edge":"Yes"}
{"edge": true}
or...
{"resolution":"750 x 1334 pixels (~326 ppi pixel density)"}
{"resulution":{"width": "750","height": "1334", "ppi": "326"}}
or...
{"technology":"GSM \/ CDMA \/ HSPA \/ EVDO \/ LTE"}
{"technology":["GSM","CDMA","HSPA","EVDO","LTE"]}
Maybe you can realize that.
Niki ;)