Using atlassian.net-sdk with bitbucket.org

C# integration

Install
dotnet add package atlassian.net-sdk
Get current user
curl \
  -H "Authorization: $API_KEY" \
  https://api.bitbucket.org/2.0/user
List snippets
curl \
  -H "Authorization: $API_KEY" \
  https://api.bitbucket.org/2.0/snippets
List workspaces for user
curl \
  -H "Authorization: $API_KEY" \
  https://api.bitbucket.org/2.0/workspaces
SDK on GitHub 📄 API Docs
SDK
atlassian.net-sdk
C#
API
bitbucket.org
bitbucket.org
At a glance
Language C#
Endpoints303
Base URLhttps://api.bitbucket.org/2.0