Re: Need Help - Foxpro & Chilkat & Rest API

2022-09-11 Thread Bill Anderson
s it's about a month away. >> >> Bill Anderson >> >> On Mon, Jul 11, 2022 at 11:44 AM Paul H. Tarver wrote: >> >>> Sounds very interesting. Do you have some ETA in mind for >>> selling/releasing >>> the tool? >>> >>> P

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-31 Thread Bill Anderson
Do you have some ETA in mind for >> selling/releasing >> the tool? >> >> Paul H. Tarver >> Tarver Program Consultants, Inc. >> >> -Original Message- >> From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Bill >> Anderson >> Sent

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-05 Thread Bill Anderson
Rick, Apologize for terseness, writing on iPhone… If I were a Magic 8 Ball - “Signs Point To Yes” Bill Anderson The Anderson Files LLC > On Aug 4, 2022, at 8:28 AM, António Tavares Lopes wrote: > > Thanks for replying, Bill. > >> From where I see it, it looks more like a documentation bu

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-04 Thread Bill Anderson
>> Chilkat has excellent support; probably, it's a matter of pointing out the problem in the documentation.<< Doubtful, in my opinion (though I don't know). Those are only two examples, but there are dozens. At one point during this process I sent an email to Chilkat support, mentioning how a cl

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-04 Thread António Tavares Lopes
Thanks for replying, Bill. >From where I see it, it looks more like a documentation bug. The description of GetFileCreateTime is missing in other libraries, too (C++, Ruby, ...). It does not seem to be specific to VFP (or even to the ActiveX implementation). Chilkat has excellent support; probabl

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-03 Thread Bill Anderson
Antonio, (Asynchronous calls) Yep, that's where Chilkat's power resides. What tipped me off was this - check this link. https://www.chilkatsoft.com/refdoc/xChilkatSFtpRef.html#method26 - it mentions "The same as GetCreateFileTime, except...". Scroll up. There's no documentation for GetCreateFileT

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-03 Thread António Tavares Lopes
Bill, > 1) Chilkat decremented their VFP specific methods and properties so I just > don't see why they would have an interest. > > Could you elaborate a bit on this? I had the opposite feeling that Chilkat was going to lengths to provide functionalities that wouldn't usually be part of a VFP set

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-03 Thread Bill Anderson
Alan, >> I'd sell it back to Chilkat.<< 1) Chilkat decremented their VFP specific methods and properties so I just don't see why they would have an interest. 2) I've basically repackaged their own documentation... Bill Anderson On Tue, Aug 2, 2022 at 12:53 AM Alan Bourke wrote: > I'd sell it

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-03 Thread Bill Anderson
t; Sounds very interesting. Do you have some ETA in mind for > selling/releasing > >> the tool? > >> > >> Paul H. Tarver > >> Tarver Program Consultants, Inc. > >> > >> -Original Message- > >> From: ProfoxTech [mailto:profoxtech-bou

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-03 Thread Eric Selje
some ETA in mind for > selling/releasing > >> the tool? > >> > >> Paul H. Tarver > >> Tarver Program Consultants, Inc. > >> > >> -Original Message- > >> From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-03 Thread MB Software Solutions, LLC
ants, Inc. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Bill Anderson Sent: Saturday, July 09, 2022 7:05 PM To: profoxt...@leafe.com Subject: Re: Need Help - Foxpro & Chilkat & Rest API A Foxpro wrapper would be too much to hope for, bu

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-02 Thread Alan Bourke
I'd sell it back to Chilkat. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mail

Re: Need Help - Foxpro & Chilkat & Rest API

2022-08-01 Thread Bill Anderson
.com] On Behalf Of Bill > Anderson > Sent: Saturday, July 09, 2022 7:05 PM > To: profoxt...@leafe.com > Subject: Re: Need Help - Foxpro & Chilkat & Rest API > > >> A Foxpro wrapper would be too much to hope for, but that would be even > better if it is exists.<<

RE: Need Help - Foxpro & Chilkat & Rest API

2022-07-12 Thread Chris Davis
Behalf Of Paul H. Tarver Sent: 12 July 2022 20:13 To: profoxt...@leafe.com Subject: RE: Need Help - Foxpro & Chilkat & Rest API I started reading Rick's material yesterday and it definitely helped me get to the point of getting an OAuth2.0 token back. I just need to get back and finish

RE: Need Help - Foxpro & Chilkat & Rest API

2022-07-12 Thread Richard Kaye
...@leafe.com Subject: RE: Need Help - Foxpro & Chilkat & Rest API I started reading Rick's material yesterday and it definitely helped me get to the point of getting an OAuth2.0 token back. I just need to get back and finish reading his work and the API documentation (which is definitely no

Re: Need Help - Foxpro & Chilkat & Rest API

2022-07-12 Thread Stephen Russell
From: ProfoxTech On Behalf Of Paul H. > Tarver > Sent: Tuesday, July 12, 2022 9:38 AM > To: profoxt...@leafe.com > Subject: RE: Need Help - Foxpro & Chilkat & Rest API > > Definitely! > > I did have a small breakthrough yesterday as I was able to get an OAuth2 > Token r

RE: Need Help - Foxpro & Chilkat & Rest API

2022-07-12 Thread Richard Kaye
.com] On Behalf Of Richard Kaye Sent: Tuesday, July 12, 2022 9:20 AM To: profoxt...@leafe.com<mailto:profoxt...@leafe.com> Subject: RE: Need Help - Foxpro & Chilkat & Rest API Generally speaking, the token is the key that unlocks access to the APIs you want to call. So you need to persist

RE: Need Help - Foxpro & Chilkat & Rest API

2022-07-12 Thread Richard Kaye
2 10:20 AM To: profoxt...@leafe.com Subject: RE: Need Help - Foxpro & Chilkat & Rest API Generally speaking, the token is the key that unlocks access to the APIs you want to call. So you need to persist that in your business object, and pass it to any API calls you make. Depending on the

RE: Need Help - Foxpro & Chilkat & Rest API

2022-07-12 Thread Richard Kaye
value pair in the payload. -- rk From: ProfoxTech On Behalf Of Paul H. Tarver Sent: Tuesday, July 12, 2022 9:38 AM To: profoxt...@leafe.com Subject: RE: Need Help - Foxpro & Chilkat & Rest API Definitely! I did have a small breakthrough yesterday as I was able to get an OAuth2 Token

Re: Need Help - Foxpro & Chilkat & Rest API

2022-07-11 Thread Ed Leafe
On Jul 11, 2022, at 16:51, Paul H. Tarver wrote: > > I'll keep looking for your project and when you release it, I'll definite > consider upgrading to your tool as soon as I can. Sounds like a potential beta tester! ;-) -- Ed Leafe ___ Post M

Re: Need Help - Foxpro & Chilkat & Rest API

2022-07-11 Thread Bill Anderson
have some ETA in mind for selling/releasing > the tool? > > Paul H. Tarver > Tarver Program Consultants, Inc. > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Bill > Anderson > Sent: Saturday, July 09, 2022 7:05 PM > To: p

RE: Need Help - Foxpro & Chilkat & Rest API

2022-07-11 Thread Chris Davis
Hi Paul I use Chilkat a lot to grab data from API's, a lot using OAuth and the expiring token. Are you able to share the code that's getting you to the 400 response so I can see where your upto? Regards Chris -Original Message- From: ProfoxTech On Behalf Of Paul H. Tarver Sent: 09 J

Re: Need Help - Foxpro & Chilkat & Rest API

2022-07-09 Thread Bill Anderson
Chilkat wrapper highlights (off the top of my head)... Wrappers are VCX classes. For a Chilkat method, there's a corresponding VFP method with a header containing some pertinent info, like a one line description, followed by the full online description for that method. If a method parameter accept

Re: Need Help - Foxpro & Chilkat & Rest API

2022-07-09 Thread Bill Anderson
>> A Foxpro wrapper would be too much to hope for, but that would be even better if it is exists.<< It exists, you haven't seen it yet. I'm working on a VFP tool that wraps *everything* in the Chilkat library. Over halfway done. There's 103 classes (1 deprecated) and I've wrapped maybe 61 of them?