Using azure-orbital-space-sdk with orbit.love

Shell integration

Install
# See https://github.com/microsoft/azure-orbital-space-sdk
Get info about the current user
curl \
  # append ?api_key=$API_KEY to the URL \
  https://app.orbit.love/api/v1/user
Get all workspaces for the current user
curl \
  # append ?api_key=$API_KEY to the URL \
  https://app.orbit.love/api/v1/workspaces
List members in a workspace
curl \
  # append ?api_key=$API_KEY to the URL \
  https://app.orbit.love/api/v1/{workspace_slug}/members
SDK on GitHub 📄 API Docs
SDK
azure-orbital-space-sdk
Shell
API
orbit.love
orbit.love
At a glance
Language Shell
Endpoints33
Base URLhttps://app.orbit.love/api/v1