Snippets

Created by Roland Haas last modified
{
    "key": "download-commit-as-zip",
    "name": "Download commit as ZIP",
    "description": "Adds a \"Download as ZIP\" link to the commits page on Bitbucket",
    "baseUrl": "https://bitbucket.org",
    "modules": {
        "webItems": [{
            "key": "download-link",
            "url": "https://bitbucket.org/{repo_path}/get/{commit_hash}.zip",
            "name": {
                "value": "Download as ZIP"
            },
            "icon": {
                "url": "https://build-test.barrywardell.net/job/EinsteinToolkit/badge/icon",
            },
            "location": "org.bitbucket.repository.navigation",
            "params": {
                "auiIcon": "aui-iconfont-down"
            }
        }],
        "oauthConsumer": {
            "clientId": "QKmWTv3S22NhPFaSyf"
        }
    },
    "scopes": ["repository"],
    "contexts": ["personal"]
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.