From 46014f078df8714a14232c4946b475b8e47a6c27 Mon Sep 17 00:00:00 2001 From: sortifal Date: Thu, 26 Jun 2025 19:13:19 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba26385..783546f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,19 @@ Hereโ€™s a cleaner and more informative version of your README section: --- -## ๐Ÿ—‚๏ธ API Endpoints Overview +## ๐Ÿ—‚๏ธ Public API Endpoints Overview + +All routes are prefixed with `/api/public`. + +| Method | Endpoint | Description | +| ------ | ------------------------------- | ---------------------------------- | +| GET | `/artists` | List all public artists | +| GET | `/galleries` | List all public galleries | +| GET | `/galleries/{gallery}/artworks` | List artworks for a public gallery | + +--- + +## ๐Ÿ—‚๏ธ Private API Endpoints Overview All routes are prefixed with `/api/private` and require a **Bearer token**.