Skip to content

Conversation

@geeksman
Copy link
Collaborator

@geeksman geeksman commented Nov 18, 2025

Note

Adds apiDomain to configure API domain and updates REST/GraphQL URL construction accordingly; marks baseUrl deprecated.

  • Core API client (src/core/index.ts):
    • Credentials:
      • Add apiDomain option; deprecate baseUrl doc.
    • CrowdinApi:
      • New apiDomain field with default api.crowdin.com.
      • Build REST base URL using apiDomain (with/without organization).
      • Build GraphQL URL using apiDomain (with/without organization).
      • Replace static suffix with CROWDIN_API_DOMAIN constant.

Written by Cursor Bugbot for commit af4d3ae. This will update automatically on new commits. Configure here.

@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

❌ Patch coverage is 42.85714% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.86%. Comparing base (9bc69d7) to head (af4d3ae).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/core/index.ts 42.86% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #593      +/-   ##
==========================================
- Coverage   89.90%   89.86%   -0.03%     
==========================================
  Files          40       40              
  Lines        2029     2031       +2     
  Branches      214      216       +2     
==========================================
+ Hits         1824     1825       +1     
- Misses         82       83       +1     
  Partials      123      123              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@geeksman geeksman self-assigned this Nov 18, 2025
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.

2 participants