Using cumulocity-sdk-c with bitbucket.org

C++ integration

Install
# See https://github.com/tiropp/cumulocity-sdk-c
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
cumulocity-sdk-c
C++
API
bitbucket.org
bitbucket.org
At a glance
Language C++
Endpoints303
Base URLhttps://api.bitbucket.org/2.0