Search found 213 matches

by jonboy49
Wed Mar 06, 2024 4:07 pm
Forum: HTTPAPI
Topic: HTTPAPI
Replies: 19
Views: 4291

Re: HTTPAPI

I am not going to go through the hassle of setting up a TikTok account just so I can find information that you already have. Sorry I don't have that much time to spare.
by jonboy49
Wed Mar 06, 2024 3:59 pm
Forum: HTTPAPI
Topic: HTTPAPI
Replies: 19
Views: 4291

Re: HTTPAPI

The Postman shows a failure so I'm not sure how that is supposed to help.

But you apparently have not read my post. I noted that you have not supplied the API details for the https://seller-us.tiktok.com/product/manage API.
by jonboy49
Wed Mar 06, 2024 12:41 am
Forum: YAJL-ILE
Topic: DATA-GEN \n and \"
Replies: 6
Views: 2617

Re: DATA-GEN \n and \"

Sorry - I missed the fact that the " was wrong too. I was focussed on the /n newlines.

Wanna show us the data definitions and DATA-GEN statement?

What code page does your system use?
by jonboy49
Wed Mar 06, 2024 12:39 am
Forum: HTTPAPI
Topic: HTTPAPI
Replies: 19
Views: 4291

Re: HTTPAPI

Last week I had some free time. Over the weekend I had free time. I asked multiple times for the API data. You didn't supply it. Finally on Monday you eventually came up with **some** of the information needed. And I'M the bad guy for not rushing to give you an answer? I was busy after your informat...
by jonboy49
Mon Mar 04, 2024 9:31 pm
Forum: YAJL-ILE
Topic: DATA-GEN \n and \"
Replies: 6
Views: 2617

Re: DATA-GEN \n and \"

I think this is in the "Doctor it hurts when I bang my head into the wall" category. The "beautify" setting is causing this so simply remove it.

Personally I only ever use that when writing to a file to get a pretty version to check.
by jonboy49
Mon Mar 04, 2024 4:31 am
Forum: HTTPAPI
Topic: HTTPAPI
Replies: 19
Views: 4291

Re: HTTPAPI

There's another thread on the same topic here Scott. https://www.scottklement.com/forums/vie ... 2000#p2000

As you'll see I've been saying the same thing about tooling but for some reason he is unwilling or unable to supply the API detais.
by jonboy49
Mon Mar 04, 2024 12:10 am
Forum: YAJL-ILE
Topic: JSONWEBSRV.sqlrpgle
Replies: 26
Views: 6026

Re: JSONWEBSRV.sqlrpgle

Ok I do understand every bit of it you stated. I'm not sure you do or you wouldn't ask about GETURI. There is nothing that it can do that HTTPAPI can't. HTTPAPI is a perfectly good choice it can handle authentication just fine. I'm not psychic and I can't help you unless I know the API's requiremen...
by jonboy49
Sun Mar 03, 2024 10:46 pm
Forum: YAJL-ILE
Topic: JSONWEBSRV.sqlrpgle
Replies: 26
Views: 6026

Re: JSONWEBSRV.sqlrpgle

Example 7 assumes that there is a website at the other end which is expecting multi-part form data and that one of the inputs is a file. It has no notion of authentication. It is also highly unlikely that the TikTok API works like that. Refer to the TikTok API document I referenced earlier. That is...
by jonboy49
Sun Mar 03, 2024 7:01 pm
Forum: YAJL-ILE
Topic: JSONWEBSRV.sqlrpgle
Replies: 26
Views: 6026

Re: JSONWEBSRV.sqlrpgle

Did you just make this URL up? I cannot find any such URL in the TikTok API set. Please supply a reachable _documentation_ URL similar to this one: https://business-api.tiktok.com/portal/docs?id=1739067433456642 I can pretty much guarantee that the TikTok APIs do not work the way your code is writt...
by jonboy49
Fri Mar 01, 2024 11:19 pm
Forum: YAJL-ILE
Topic: JSONWEBSRV.sqlrpgle
Replies: 26
Views: 6026

Re: JSONWEBSRV.sqlrpgle

In this case, I had to switchover to HTTPAPI. For which I wrote the rpg pgm taken from Example7. Example 7 assumes that there is a web site at the other end which is expecting multi-part form data and that one of the inputs is a file. It has no notion of authentication. It is also highly unlikely t...