RE: Anyone using zipcodeapi

2019-06-08 Thread Sannyasin Siddhanathaswami via 4D_Tech
ng the Google Geocode API. It returns XML with street address info, which can be complicated…. It’s not free, but it is very in-expensive. David Ringsmuth From: JOHN BAUGHMAN via 4D_Tech Sent: Saturday, June 1, 2019 8:07 PM To: Ed Hammond via 4D_Tech Cc: JOHN BAUGHMAN Subject: Anyone using zipc

RE: Anyone using zipcodeapi

2019-06-08 Thread David Ringsmuth via 4D_Tech
: Anyone using zipcodeapi Is anyone using zipcodeapi.com <http://zipcodeapi.com/> to fill in city and state fields in a 4D database? Would you be willing to share your code? Thanks, John John Baughman Kailua, Hawaii (808) 262-0328 john...@hawaii.

Re: Anyone using zipcodeapi

2019-06-02 Thread JOHN BAUGHMAN via 4D_Tech
> If the website is returning JSON, if you can just pass $oResponse instead of > $response and 4D will do the "JSON Parse” for you automatically. Tim, thanks. At first I did not understand, but got it now... C_OBJECT($oResponse) HTTP Request(HTTP GET method;$url;

Re: Anyone using zipcodeapi

2019-06-02 Thread Tim Nevels via 4D_Tech
On Jun 2, 2019, at 2:00 PM, JOHN BAUGHMAN wrote: > Thanks Kirk. Yes after looking through the 2 I think zipcodeapi is the better > choice. I registered my app and with a simple http request already have what > I needed…. > >C_TEXT($response) >C_OBJECT($oResponse) >$$zipcode:="96734"

Re: Anyone using zipcodeapi

2019-06-01 Thread JOHN BAUGHMAN via 4D_Tech
Thanks Kirk. Yes after looking through the 2 I think zipcodeapi is the better choice. I registered my app and with a simple http request already have what I needed…. C_TEXT($response) C_OBJECT($oResponse) $$zipcode:="96734" $clientKey:=“;alks;dlfakjldflajdkl" $url:="https://

Re: Anyone using zipcodeapi

2019-06-01 Thread Kirk Brooks via 4D_Tech
John, I've been using SmartyStreets for several years. It's very easy to connect with and the folks who run it are extremely helpful and friendly. I looked at the website for zicodeapi.com and notice the service is less expensive and offers a number of APIs for working with zip codes. It's a solid

Re: Anyone using zipcodeapi

2019-06-01 Thread JOHN BAUGHMAN via 4D_Tech
Actually since I am in the early stage of development any suggestions in this regard are welcome. I see another web based Zip Code site call SmartyStreets. That would work as well. So any other suggestions would be greatly appreciated. Thanks, John > On Jun 1, 2019, at 3:07 PM, JOHN BAUGHMAN

Anyone using zipcodeapi

2019-06-01 Thread JOHN BAUGHMAN via 4D_Tech
Is anyone using zipcodeapi.com to fill in city and state fields in a 4D database? Would you be willing to share your code? Thanks, John John Baughman Kailua, Hawaii (808) 262-0328 john...@hawaii.rr.com **