Consuming a REST Web Service

Discussions related to HTTPAPI (An HTTP Client Package for RPG programming.) http://www.scottklement.com/httpapi/
Scott Klement
Site Admin
Posts: 652
Joined: Sun Jul 04, 2021 5:12 am

Re: Consuming a REST Web Service

Post by Scott Klement »

You can save the data to a file, and then process it from the file...

Alternately, you can use one of the "raw" routines to receive the data via a callback, and then write your own code to save the data into a teraspace memory space.

Personally, I would just go with the file -- there's not much reason to use advanced memory handling, here... the difference in performance is negligible by comparison to the time it'll take to transfer a large file like this over the network.
Post Reply