Docs: APNs token endpoints route under /device/ not /database/ (#382)#415
Conversation
…382) Apple's archived CloudKit Web Services REST reference documents tokens/create and tokens/register under /database/, but the live service only routes them under /device/ (the /database/ path returns 405 Method Not Allowed). MistKit already uses /device/; this captures the divergence so it isn't re-discovered. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Review Documentation-only PR — small, well-scoped, and accurate. Verified the claims against the current state of the repo:
Minor/optional nits (non-blocking):
No code changes, no test coverage impact (nothing executable changed), no security or performance concerns. This looks good to merge as-is. |
Documentation-only. Records that Apple's archived CloudKit Web Services REST reference documents
tokens/create/tokens/registerunder/database/, but the live service only routes them under/device/(the/database/path returns405 Method Not Allowed,Allow: OPTIONS). MistKit already uses/device/; this captures the divergence so it isn't re-discovered.Added a "Known Endpoint Discrepancies" section to
.claude/docs/QUICK_REFERENCE.md(documented-vs-working path table + CloudKit JSsetApiModuleName("device")rationale).Closes #382.