Using bitbucket-sdk with bitbucket.org

unknown integration

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