HTTPAPI help

Discussions related to HTTPAPI (An HTTP Client Package for RPG programming.) http://www.scottklement.com/httpapi/
Post Reply
mahasuresh
Posts: 3
Joined: Fri Jun 03, 2022 1:47 am

HTTPAPI help

Post by mahasuresh »

Hello,

First of all let me thank scott for the.awesome tool. I have a project where i need to use a REST API process to send information to 3M for their GPCS product. It first needs an authorization request made and the return is an JWT. Using this token a following request is to be made with a JSON file as input to the webservice .The response would be another JSOn doc. Is this possible using the tool. Any sample code available?

Thanks for your help

Suresh
Scott Klement
Site Admin
Posts: 636
Joined: Sun Jul 04, 2021 5:12 am

Re: HTTPAPI help

Post by Scott Klement »

It sounds like it should work? No, I don't have an example.
mahasuresh
Posts: 3
Joined: Fri Jun 03, 2022 1:47 am

Re: HTTPAPI help

Post by mahasuresh »

Thanks Scott.
Post Reply