|
|
|
|
|
by sthatipamala
4512 days ago
|
|
Why does the API respond with keys like this? "this": "succeeded",
"by": "getting",
"the": "dweets"
It's cute that it's human readable but one would have to write awkward code like: if(response['this'] == 'suceeded') print response['with']
|
|
Nothing is perfect for everyone, and I think the response is probably the least important aspect of HAPI. The biggest bang for the buck in my mind is self documenting URLs and support for only HTTP-GET verbs. Just my $0.02 :)