Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Telegram Bot API support to FAKE #2855

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jackhammer88
Copy link

@Jackhammer88 Jackhammer88 commented Jan 17, 2025

Description

This PR introduces a new API module, Fake.Api.Telegram, allowing FAKE to send messages via Telegram Bot API.
This enables FAKE users to integrate Telegram notifications into CI/CD pipelines.

Fixes: N/A (no related issue, but can be linked if necessary)

TODO

New API documentation added (Fake.Api.Telegram)

  • Module linked in the "side navigation" (docs/data.json)
  • Module placed in the correct namespace (Fake.Api.TelegramBot)
  • Module added to Fake.sln (dotnet sln Fake.sln add src/app/Fake.Api.TelegramBot/Fake.Api.TelegramBot.fsproj)
  • Follows FAKE API Design Guidelines
  • Unit or integration test does not exist because it requires a bot token, which is sensitive information and cannot be hardcoded in tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant