mirror of
https://github.com/open-webui/openapi-servers.git
synced 2026-08-24 12:02:55 -04:00
[PR #35] [MERGED] feat: Add OpenAPI Slack Server #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/openapi-servers/pull/35
Author: @taylorwilsdon
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/28/2025
Merged by: @tjbck
Base:
main← Head:slack_openapi_server📝 Commits (10+)
77ab1cdSlack OpenAPI serverbd133a7stub out readmef27804ffix pydantic json schema warningsd86da0efix pydantic json schema warningsfbd765fstub out readmefd91c93Update README.mdfa3eda5Delete servers/slack/slack.tse975734Update readmea7aeb64Merge branch 'slack_openapi_server' of github.com:taylorwilsdon/openapi-servers into slack_openapi_server08dff6acleanup📊 Changes
5 files changed (+563 additions, -0 deletions)
View changed files
➕
servers/slack/Dockerfile(+55 -0)➕
servers/slack/README.md(+114 -0)➕
servers/slack/compose.yaml(+7 -0)➕
servers/slack/main.py(+379 -0)➕
servers/slack/requirements.txt(+8 -0)📄 Description
Add Slack OpenAPI Server
Overview
Implements a FastAPI-based OpenAPI server for Slack workspace interactions, providing standardized access to Slack API functionality through well-defined endpoints.
Changes
Testing
Documentation
Required env vars:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.