bug#44906: [bug#49482] [PATCH 3/3] ci: Properly construct URLs.

2021-07-16 Thread Hartmut Goebel
Hi Mathieu, thanks for the review. I updated the doc-string, fixed the other parts and pushed as 3ee0f170c8bd883728d8abb2c2e00f445c13f17d. What about booleans? False is filtered above but true will throw an exception. False is used to omit elements from the query-string. Booleans and other

bug#44906: [bug#49482] [PATCH 3/3] ci: Properly construct URLs.

2021-07-15 Thread Mathieu Othacehe
Hello Hartmut, Thanks for this patchset! > +(define* (api-url base-url path #:rest query) > + "Build a proper API url, taking into account BASE_URL's trailing slashes." s/BASE_URL/BASE-URL/ You could also indicate what is the expect format for query: '("name" "value") lists. > +