Skip to content

openapi: cut SDK default base URL over to api.mobiusops.com - #207

Merged
myzie merged 1 commit into
mainfrom
cutover-api-host
Aug 31, 2026
Merged

openapi: cut SDK default base URL over to api.mobiusops.com#207
myzie merged 1 commit into
mainfrom
cutover-api-host

Conversation

@myzie

@myzie myzie commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The openapi.yaml spec description already documented production as api.mobiusops.com, but the servers: entry and all three hand-written SDK clients (Go/Python/TypeScript) still pointed at the frozen legacy host, api.mobiusops.ai.
  • Updates DEFAULT_BASE_URL/DefaultBaseURL in all three clients and the spec's servers: URL to match.
  • Fixes two auth_test.go fixtures that hardcoded the old host to exercise the "keep default server URL" branch of deviceVerificationURL.

Test plan

  • make generate — no drift (base URL isn't baked into generated files)
  • make generate-check — clean
  • make test (Go/TS/Python) — all passing

🤖 Generated with Claude Code

https://claude.ai/code/session_011SHMHRz2mbCKGoMHMU8832

The spec description already documented production as
api.mobiusops.com, but the servers entry and all three hand-written
SDK clients still pointed at the frozen legacy host,
api.mobiusops.ai. Updates the servers URL, DEFAULT_BASE_URL/
DefaultBaseURL in Go/Python/TypeScript, and the two auth_test.go
fixtures that assert against the default host.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011SHMHRz2mbCKGoMHMU8832
@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown

Warning

Review limit reached

  • Run on-demand review

On-demand reviews are free for the next 20 days. After that, they cost $0.25 per reviewed file.

Or wait 30 minutes for your next included review.

View limit details

Limit details: You’ve used the included review currently available. Your 64 included PR review attempts over the past 7 days set your current allowance at 1 review per hour.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 59e8d946-d206-4331-a21a-10872e051ea7

📥 Commits

Reviewing files that changed from the base of the PR and between 00e10b9 and 9282bb1.

📒 Files selected for processing (5)
  • cmd/mobius/auth_test.go
  • mobius/client.go
  • openapi.yaml
  • python/deepnoodle/mobius/client.py
  • typescript/src/client.ts

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

@myzie
myzie merged commit 4d1bc07 into main Aug 31, 2026
5 checks passed
@myzie
myzie deleted the cutover-api-host branch August 31, 2026 12:06
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