a cache for slack profile pictures and emojis
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: document 7 day cache

dunkirk.sh ee8f5bab 4d0f94fd

verified
+4 -2
+4 -2
src/routes/api-routes.ts
··· 125 125 withAnalytics("/users/:id", "GET", handlers.handleGetUser), 126 126 { 127 127 summary: "Get user information", 128 - description: "Retrieve cached user profile information from Slack", 128 + description: 129 + "Retrieve cached user profile information from Slack. User data is cached for 7 days before being refreshed.", 129 130 tags: ["Users"], 130 131 parameters: { 131 132 path: [pathParam("id", "string", "Slack user ID", "U062UG485EE")], ··· 155 156 withAnalytics("/users/:id/r", "GET", handlers.handleUserRedirect), 156 157 { 157 158 summary: "Redirect to user profile image", 158 - description: "Direct redirect to the user's cached profile image URL", 159 + description: 160 + "Direct redirect to the user's cached profile image URL. User data is cached for 7 days.", 159 161 tags: ["Users"], 160 162 parameters: { 161 163 path: [pathParam("id", "string", "Slack user ID", "U062UG485EE")],