Skip to content

domain claim#72

Merged
AntoniosBarotsis merged 3 commits into
mainfrom
domain-claim
Jun 18, 2026
Merged

domain claim#72
AntoniosBarotsis merged 3 commits into
mainfrom
domain-claim

Conversation

@AntoniosBarotsis

Copy link
Copy Markdown
Collaborator
  • domain claims
  • bump

@cubic-dev-ai cubic-dev-ai Bot 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.

2 issues found across 4 files

Confidence score: 2/5

  • In src/domains.rs, get_claim is calling /domains/{domain_id} instead of /domains/{domain_id}/claim, so claim lookups will fail with 404s in real usage—update the route before merging (ideally with a request-path test to prevent regression).
  • In src/domains.rs, DomainClaim is returned from the public API but its fields are private, so SDK consumers can’t actually read claim data—expose the fields or add public getters before merging so the return type is usable.

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread src/domains.rs Outdated
Comment thread src/domains.rs Outdated

@cubic-dev-ai cubic-dev-ai Bot 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.

0 issues found across 1 file (changes from recent commits).

Requires human review: Adds new public API methods (domain claim endpoints) with corresponding request/response types; even though implementation is straightforward, exposing new external endpoints carries higher risk and warrants human review.

Re-trigger cubic

@AntoniosBarotsis AntoniosBarotsis merged commit f871b09 into main Jun 18, 2026
4 checks passed
@AntoniosBarotsis AntoniosBarotsis deleted the domain-claim branch June 18, 2026 21:57
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