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

C# integration

Install
dotnet add package azure-orbital-space-sdk-data-generators
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-data-generators
C#
API
orbit.love
orbit.love
At a glance
Language C#
Endpoints33
Base URLhttps://app.orbit.love/api/v1