Using atlassian-sdk-nodejs with bitbucket.org

Dockerfile integration

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