Re: Some help needed to use curl lib to download binary file

2022-07-29 Thread Vivien Kraus
Hello, I see in the paste: > ;; function taken on > https://gist.github.com/amirouche/138a27bdbef5a672a0135f90ca26ec41 > ;; then adapted to use cookie jar > (define-public (http-get url cookie-exist) >   ;; Create a Curl handle >   (let ((handle (curl-easy-init))) >     ;; Set the URL from which

Some help needed to use curl lib to download binary file

2022-07-29 Thread Sébastien Rey-Coyrehourcq
Hi guile community, I’m a new user, jumping into guix and guile in the same time, i’m interested to build a module to download file stored on Zenodo platform, using curl to request their REST Api. This is usefull for reproducibility, i need to recover some data from Zenodo before running guix p