GNU bug report logs -
#37083
[PATCH 0/1] (Help needed!) machine: Implement 'digital-ocean-environment-type'.
Previous Next
Full log
View this message in rfc822 format
Hi Jakob!
zerodaysfordays <at> sdf.lonestar.org (Jakob L. Kreuze) skribis:
> gnu/machine/digital-ocean.scm: New file.
> gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
> doc/guix.texi (Invoking 'guix deploy'): Add documentation for
^
Nitpick: please add a “*” before each bullet. :-)
Apart from that, LGTM, woohoo!
> +(define (fetch-endpoint endpoint)
> + "Return the contents of the Digital Ocean API endpoint ENDPOINT as an
> +alist. This procedure is quite a bit more specialized than 'json-fetch', as it
> +takes care to set headers such as 'Accept' and 'Authorization' appropriately."
> + (define headers
> + `((user-agent . "Guix Deploy")
> + (Accept . "application/json")
> + (Authorization . ,(format #f "Bearer ~a" (%digital-ocean-token)))))
> + (json-fetch (string-append %api-base endpoint) #:headers headers))
Note for later: we could use ‘define-json-mapping’ to work on Scheme
records rather than on alists.
> + (message (G_ "No Digital Ocean access token was provided. This \
> +may be fixed by setting the environment variable GUIX_DIGITAL_OCAEN_TOKEN to \
^^
Typo.
Thank you!
Ludo’.
This bug report was last modified 5 years and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.