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

2022-08-01 Thread Sébastien Rey-Coyrehourcq
Thanks a lot for this very detailled explanation Vivien, that’s help me a lot to understand what happens here !! I’m trying to continue my learning of Lisp/Scheme like language, this is a new fascinating world to explore :) Best regards, Vivien Kraus writes: > Hello, > > I see in the paste:

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