This repository contains an attempt of creating a docker client library in GNU Guile.
Zelphir Kaltstahl 16df9f042e add mapping macro for HTTP method to simplify define-api-route | преди 3 години | |
---|---|---|
guix-env | преди 3 години | |
LICENSE | преди 5 години | |
README.org | преди 5 години | |
api-utils.scm | преди 3 години | |
container.scm | преди 3 години | |
docker-socket.scm | преди 3 години | |
docker.scm | преди 3 години | |
list-helpers.scm | преди 3 години | |
model.scm | преди 3 години | |
url-helpers.scm | преди 3 години |
GET
If guile-json
changes its Scheme representation of JSON values, we should be able to translate
this docker API client by only changing things in one place, instead of having to change
everything. The idea goes as follows:
guile-json
Scheme JSON representation from the in-betweenguile-json
library makes use