Skip to content

Conversation

@geeksman
Copy link
Collaborator

@geeksman geeksman commented Nov 18, 2025

Note

Introduce apiDomain in credentials and use it to construct REST/GraphQL endpoints; mark baseUrl as deprecated.

  • Core (src/core/index.ts):
    • Credentials:
      • Add apiDomain (e.g., api.crowdin.com).
      • Deprecate baseUrl (doc-only deprecation note).
    • CrowdinApi:
      • Introduce apiDomain instance field; default to api.crowdin.com via CROWDIN_API_DOMAIN.
      • Build REST base URL with https://<organization?.>${apiDomain}/api/v2.
      • Build GraphQL URL with https://<organization?.>${apiDomain}/api/graphql.
      • Replace CROWDIN_URL_SUFFIX with CROWDIN_API_DOMAIN constant.

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

@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.91%. Comparing base (5c309fb) to head (e2d50ae).

Files with missing lines Patch % Lines
src/core/index.ts 50.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #593      +/-   ##
==========================================
+ Coverage   89.90%   89.91%   +0.01%     
==========================================
  Files          40       40              
  Lines        2029     2030       +1     
  Branches      214      215       +1     
==========================================
+ Hits         1824     1825       +1     
  Misses         82       82              
  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
@geeksman geeksman force-pushed the local_development_experience branch from af4d3ae to e2d50ae Compare December 1, 2025 16:48
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.

3 participants