Skip to content

Commit 9af6244

Browse files
authored
Merge pull request #17 from iredpath/RLPNC-5319-support-unfielded-addresses
RLPNC-5319: update address example
2 parents c4f7a1e + cc523b5 commit 9af6244

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/address_similarity.curl

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ curl -s -X POST \
1010
"state": "DC",
1111
"postcode": "20500"
1212
},
13-
"address2": {
14-
"houseNumber": "160",
15-
"road": "Pennsilvana Avenue",
16-
"city": "Washington",
17-
"state": "D.C.",
18-
"postcode": "20500"
13+
"address2": "160 Pennsilvana Avenue, Washington, D.C., 20500"
1914
}
2015
}' \
2116
"https://api.rosette.com/rest/v1/address-similarity"

0 commit comments

Comments
 (0)