Commit Graph

14 Commits

Author SHA1 Message Date
124ce383bb Disable uvicorn server_header (#14) 2025-03-17 08:28:17 +01:00
5827a2e98a Add path_prefix parameter to constructor for customizable router prefix (#13) 2025-03-13 14:11:59 +01:00
190dce6f5d Refactor error handling by moving errors to a new file (#9)
*  Refactor error handling by moving errors to a new file
2025-03-13 09:23:56 +01:00
7a98827a23 Enhance not_supported decorator to issue a SyntaxWarning for unsupported functions (#10) 2025-03-13 09:22:16 +01:00
fb9e506d15 Implement close method to properly handle resource cleanup in App class (#11) 2025-03-13 09:21:01 +01:00
ad41014c94 Use ClassVars for constructor classes to allow more customization when subclassing (#8) 2025-03-13 08:47:21 +01:00
a94ffb6729 Add not_supported decorator and override latency property in App class (#4) 2025-03-10 23:31:49 +01:00
7874951a18 ✏️ Ops 2025-03-09 18:22:10 +01:00
1ae66d05ee Add custom error handling for invalid credentials in the application 2025-03-09 18:04:00 +01:00
2a77346690 Add ApplicationAuthorizedEvent class and webhook event handling 2025-03-09 16:24:36 +01:00
9e2b8e0d52 🎨 Format code 2025-03-08 20:36:48 +01:00
01f27a8c47 🏷️ Update app.py and quality.yaml for type checking and command adjustments 2025-03-08 20:26:00 +01:00
d732ba42ac Refactor interaction processing 2025-03-08 19:53:04 +01:00
803f6798a6 🎉 Initial commit 2025-03-08 18:16:37 +01:00