We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post: { 'addr':'2913 Pescadero Terrace, Fremont, CA 94538, USA' } return data: { "data": { "basement": false, "baths": "1", "beds": "1", "cat": false, "cooling": false, "dishwasher": true, "dryer": true, "fitness_center": false, "garage": false, "garden": false, "large_dogs": false, "latitude": "47.575223", "longitude": "-122.371419", "patio": false, "pool": false, "refrigerator": true, "size": "703", "small_dogs": false, "trash_compactor": false, "type": "Single Family", "washer": false }, "msg": "success" } 或者: { "errmsg": "no match found for input address" }
post
return data
The text was updated successfully, but these errors were encountered:
发送地址:/api/address_crawler
Sorry, something went wrong.
No branches or pull requests
post
:{
'addr':'2913 Pescadero Terrace, Fremont, CA 94538, USA'
}
return data
:{
"data": {
"basement": false,
"baths": "1",
"beds": "1",
"cat": false,
"cooling": false,
"dishwasher": true,
"dryer": true,
"fitness_center": false,
"garage": false,
"garden": false,
"large_dogs": false,
"latitude": "47.575223",
"longitude": "-122.371419",
"patio": false,
"pool": false,
"refrigerator": true,
"size": "703",
"small_dogs": false,
"trash_compactor": false,
"type": "Single Family",
"washer": false
},
"msg": "success"
}
或者:
{
"errmsg": "no match found for input address"
}
The text was updated successfully, but these errors were encountered: