Application Programming Interface (API) is a set of subroutine definitions, protocols, and tools for building application software. In general terms, it is a set of clearly defined methods of communication between various software components.
I am trying to download a zip folder using a REST operation I call in to the API and a folder is returned as a response .I need to be able to grab that folder and save it to the disc has anyone out there ever done something like this .Could you please point us to the starting point with an example please.