From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9Utb-0005eh-3g for guix-patches@gnu.org; Fri, 20 Apr 2018 08:12:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9UtW-0005Eu-6B for guix-patches@gnu.org; Fri, 20 Apr 2018 08:12:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53899) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f9UtW-0005Eh-2y for guix-patches@gnu.org; Fri, 20 Apr 2018 08:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f9UtV-0003tL-NC for guix-patches@gnu.org; Fri, 20 Apr 2018 08:12:01 -0400 Subject: [bug#31197] [PATCH] http: Add /api/evaluations route. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <1523976961-7467-1-git-send-email-m.othacehe@gmail.com> <87po2wtelh.fsf@gnu.org> <87wox3wo0j.fsf@gmail.com> Date: Fri, 20 Apr 2018 14:11:25 +0200 In-Reply-To: <87wox3wo0j.fsf@gmail.com> (Mathieu Othacehe's message of "Thu, 19 Apr 2018 11:20:44 +0200") Message-ID: <87efjahyc2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: Alex Kost , 31197@debbugs.gnu.org Mathieu Othacehe skribis: > From c40e61bd3e9c4d1ceca53002c7bc21ff0754cfff Mon Sep 17 00:00:00 2001 > From: Mathieu Othacehe > Date: Thu, 19 Apr 2018 11:17:42 +0200 > Subject: [PATCH] http: Add /api/evaluations route. > > * src/cuirass/database.scm (db-get-evaluations): New exported procedure. > * src/cuirass/http.scm (url-handler): Add /api/evaluations route. > * tests/http.scm ("http"): Add /api/evaluations test route. Perfect, go for it! Thanks, Ludo=E2=80=99.