merlyn/server/endpoints/api
Marcello Fitton 4a4378ed99
chore: add ESLint to /server (#5126)
* add eslint config to server

* add break statements to switch case

* add support for browser globals and turn off empty catch blocks

* disable lines with useless try/catch wrappers

* format

* fix no-undef errors

* disbale lines violating no-unsafe-finally

* ignore syncStaticLists.mjs

* use proper null check for creatorId instead of unreachable nullish coalescing

* remove unneeded typescript eslint comment

* make no-unused-private-class-members a warning

* disable line for no-empty-objects

* add new lint script

* fix no-unused-vars violations

* make no-unsued-vars an error

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2026-03-05 16:32:45 -08:00
..
admin LLM performance metric tracking (#2825) 2024-12-16 14:31:17 -08:00
auth Full developer api (#221) 2023-08-23 19:15:07 -07:00
document patch folder name GET request response (#4395) 2025-09-17 13:05:11 -07:00
embed Add additional embed API endpoints (#3264) 2025-02-18 13:56:56 -08:00
openai chore: add ESLint to /server (#5126) 2026-03-05 16:32:45 -08:00
system fix: API export-chats endpoint function import error (#4220) 2025-07-30 12:19:27 -07:00
userManagement Simple SSO feature for login flows from external services (#2553) 2024-10-29 15:30:53 -07:00
workspace feat: add base64 document attachment support to API chat endpoints (#4672) 2025-11-24 15:48:44 -08:00
workspaceThread feat: add base64 document attachment support to API chat endpoints (#4672) 2025-11-24 15:48:44 -08:00
index.js Developer API access for embed chat widgets (#1999) 2024-08-07 11:36:32 -07:00