RE: Anyone using zipcodeapi

2019-06-08 Thread Sannyasin Siddhanathaswami via 4D_Tech
I’m playing with the Google Geocode too. It’s useful for certain things. It’s free for up to $200 worth or requests per month. That’s a lot for minor uses! Sannyasin Siddhanathaswami On Jun 8, 2019, 7:11 AM -1000, David Ringsmuth via 4D_Tech <4d_tech@lists.4d.com>, wrote: John, I’m using the

RE: Anyone using zipcodeapi

2019-06-08 Thread David Ringsmuth via 4D_Tech
John, I’m using 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: Any

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