keybase-issues
keybase-issues copied to clipboard
Keybase API is always returning status code 0 in the JSON
Keybase API is always returning code 0 with OK, is this the expected behavior?
For this API call:
https://keybase.io/_/api/1.0/user/lookup.json?fields=pictures&key_suffix=55A5F88B4ED52D3E
This is the response:
{
"status": {
"code": 0,
"name": "OK"
},
"them": [
{
"id": "1c401c3bb1e72a655cd4fb03d7636819",
"pictures": {
"primary": {
"url": "https://s3.amazonaws.com/keybase_processed_uploads/04a83829dda15eaafcadc47139bbc505_360_360.jpg",
"source": null
}
}
}
]
}