Skip to content

Implement Sender ID APIs#24

Merged
teesofttech merged 1 commit into
mainfrom
feature/3-sender-id-apis
Jun 13, 2026
Merged

Implement Sender ID APIs#24
teesofttech merged 1 commit into
mainfrom
feature/3-sender-id-apis

Conversation

@teesofttech

Copy link
Copy Markdown
Owner

Summary

Adds typed SDK support for Termii sender ID operations.

What changed

  • Added client.SenderIds via ITermiiSenderIdClient.
  • Added sender ID listing through GET /api/sender-id.
  • Added optional sender ID/status filters.
  • Added sender ID request support through POST /api/sender-id/request.
  • Added typed request and response models.
  • Added unit tests for request paths, request bodies, response parsing, and validation.
  • Updated integration smoke coverage to verify the sender ID client is exposed.
  • Updated README and API coverage entries.

Validation

  • dotnet restore Termii.SDK.sln
  • dotnet build Termii.SDK.sln --configuration Release --no-restore
  • dotnet test tests/Termii.Tests/Termii.Tests.csproj --configuration Release --no-build --logger "trx;LogFileName=unit-tests.trx"
  • dotnet test tests/Termii.IntegrationTests/Termii.IntegrationTests.csproj --configuration Release --no-build --logger "trx;LogFileName=integration-tests.trx"
  • dotnet pack src/Termii/Termii.csproj --configuration Release --no-build --output artifacts/packages

Closes #3

@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@teesofttech, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 38 minutes and 39 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 834b5eeb-1cb1-4e06-b64b-57ebcd1a34f1

📥 Commits

Reviewing files that changed from the base of the PR and between c8c732c and 93ae6c7.

📒 Files selected for processing (12)
  • README.md
  • docs/API_COVERAGE.md
  • src/Termii/SenderIds/GetSenderIdsRequest.cs
  • src/Termii/SenderIds/ITermiiSenderIdClient.cs
  • src/Termii/SenderIds/RequestSenderIdRequest.cs
  • src/Termii/SenderIds/RequestSenderIdResponse.cs
  • src/Termii/SenderIds/SenderIdListResponse.cs
  • src/Termii/SenderIds/SenderIdRecord.cs
  • src/Termii/SenderIds/TermiiSenderIdClient.cs
  • src/Termii/TermiiClient.cs
  • tests/Termii.IntegrationTests/TermiiClientIntegrationTests.cs
  • tests/Termii.Tests/TermiiSenderIdClientTests.cs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/3-sender-id-apis

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@teesofttech
teesofttech marked this pull request as ready for review June 13, 2026 21:08
Copilot AI review requested due to automatic review settings June 13, 2026 21:08
@teesofttech
teesofttech merged commit 4559dac into main Jun 13, 2026
3 of 4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

Implement Sender ID APIs

2 participants