From 97dab92da0f6b1a4215a7ea2fd20cd0a082cd3fa Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 29 Sep 2024 02:38:42 +0200 Subject: [PATCH] Reference client and server in README Signed-off-by: Georg Pfuetzenreuter --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index fa791d6..7660494 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # RESTful HTTP API for nftables Early work in progress. + +## Server + +Incomplete, but existing functionality and tests. + +`nft_http_api_server/` + +## Client + +More incomplete, currently only a basic request helper. + +`nft_http_api_client/`