Skip to content

feat: Add server api skeleton#4

Merged
HARSHVARANDANI merged 3 commits into
devlup-labs:mainfrom
MihirGharote:3-feature-skeleton-of-coordination-server-api
Jul 26, 2026
Merged

feat: Add server api skeleton#4
HARSHVARANDANI merged 3 commits into
devlup-labs:mainfrom
MihirGharote:3-feature-skeleton-of-coordination-server-api

Conversation

@MihirGharote

Copy link
Copy Markdown
Contributor

Summary

Adds boilerplate for gorilla/mux so that others can implement the concrete APIs.
Note: Coordination Server endpoints are added: they return 501 Not Implemented when called.

Related issue

Closes #3

Component(s) touched

  • Coordination server
  • Clientside Agent (WireGuard / NAT / CLI)
  • Desktop client (Frontend)
  • Docs / infra

Testing

Manually tested using go run server/main.go

Checklist

  • Tests added or updated for the change
  • Tests passes locally
  • Code follows style standards
  • No unrelated files changed
  • Docs/comments updated if behavior changed

Screenshots (UI changes only)

N/A

@HARSHVARANDANI
HARSHVARANDANI merged commit 942369d into devlup-labs:main Jul 26, 2026
@MihirGharote
MihirGharote deleted the 3-feature-skeleton-of-coordination-server-api branch July 26, 2026 16:41
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.

🛠️ [Feature]: Skeleton of the Coordination Server API

2 participants