**UPDATED ENDPOINTS:** 1. get-interests.ts 2. get-interest-by-id.ts 3. get-berths.ts 4. get-interest-berths.ts 5. link-berths-to-interest.ts 6. unlink-berths-from-interest.ts 7. link-berth-recommendations-to-interest.ts 8. unlink-berth-recommendations-from-interest.ts **AUTHENTICATION:** All now support dual auth: - x-tag header (webhooks/external calls) - Keycloak session (logged-in users) **PROGRESS:** 11/44 endpoints completed **NEXT:** EOI, Email, and Files endpoints |
||
|---|---|---|
| .gitea/workflows | ||
| components | ||
| composables | ||
| docs | ||
| middleware | ||
| pages | ||
| plugins | ||
| public | ||
| server | ||
| static | ||
| utils | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| README.md | ||
| app.vue | ||
| nuxt.config.ts | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
README.md
Client Portal
Commands
npm run devto start development
Tech Stack
- Node.js
- Nuxt
- Directus
- Vuetify