Skip to content

Fix attach_session to use path-based URL format#7

Open
superchris wants to merge 1 commit intosuperfly:mainfrom
superchris:fix/attach-session-path-url
Open

Fix attach_session to use path-based URL format#7
superchris wants to merge 1 commit intosuperfly:mainfrom
superchris:fix/attach-session-path-url

Conversation

@superchris
Copy link
Copy Markdown

The server expects the session ID as a path parameter (/v1/sprites/{name}/exec/{session_id}) not a query parameter. This matches the Go SDK behavior and correctly reattaches to existing sessions instead of spawning new ones.

The server expects the session ID as a path parameter
(/v1/sprites/{name}/exec/{session_id}) not a query parameter.
This matches the Go SDK behavior and correctly reattaches to
existing sessions instead of spawning new ones.
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