Update README.md
This commit is contained in:
parent
e6ee4ac3fd
commit
46014f078d
14
README.md
14
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**.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user