hirakiuc/tinybucket

View on GitHub
spec/fixtures/repositories/test_owner/test_repo/pullrequests/1/commits/get.json

Summary

Maintainability
Test Coverage
{
    "pagelen": 1,
    "next": "https://api.bitbucket.org/2.0/repositories/test_owner/test_repo/pullrequests/1/commits?pagelen=1&page=2",
    "values": [{
        "hash": "ad758aeba36fa4b9d258ac1667f55cfb811e6df3",
        "links": {
            "self": {
                "href": "https://bitbucket.org/api/2.0/repositories/bitbucket/bitbucket/commit/ad758aeba36fa4b9d258ac1667f55cfb811e6df3"
            },
            "comments": {
                "href": "https://bitbucket.org/api/2.0/repositories/bitbucket/bitbucket/commit/ad758aeba36fa4b9d258ac1667f55cfb811e6df3/comments"
            },
            "patch": {
                "href": "https://bitbucket.org/api/2.0/repositories/bitbucket/bitbucket/patch/ad758aeba36fa4b9d258ac1667f55cfb811e6df3"
            },
            "html": {
                "href": "https://bitbucket.org/bitbucket/bitbucket/commits/ad758aeba36fa4b9d258ac1667f55cfb811e6df3"
            },
            "diff": {
                "href": "https://bitbucket.org/api/2.0/repositories/bitbucket/bitbucket/diff/ad758aeba36fa4b9d258ac1667f55cfb811e6df3"
            },
            "approve": {
                "href": "https://bitbucket.org/api/2.0/repositories/bitbucket/bitbucket/commit/ad758aeba36fa4b9d258ac1667f55cfb811e6df3/approve"
            }
        },
        "repository": {
            "links": {
                "self": {
                    "href": "https://bitbucket.org/api/2.0/repositories/bitbucket/bitbucket"
                },
                "avatar": {
                    "href": "https://bitbucket-staging-assetroot.s3.amazonaws.com/c/photos/2013/Sep/27/bitbucket-logo-1832464563-7_avatar.png"
                }
            },
            "full_name": "bitbucket/bitbucket",
            "name": "bitbucket"
        },
        "author": {
            "raw": "Erik van Zijst <erik.van.zijst@gmail.com>",
            "user": {
                "username": "erik",
                "display_name": "Erik van Zijst",
                "links": {
                    "self": {
                        "href": "https://bitbucket.org/api/2.0/users/erik"
                    },
                    "avatar": {
                        "href": "https://bitbucket-staging-assetroot.s3.amazonaws.com/c/photos/2013/Jul/31/erik-avatar-725122544-0_avatar.png"
                    }
                }
            }
        },
        "parents": [{
            "hash": "16929c2f94828ca9d8adb5b91e7db7b274aae318",
            "links": {
                "self": {
                    "href": "https://bitbucket.org/api/2.0/repositories/bitbucket/bitbucket/commit/16929c2f94828ca9d8adb5b91e7db7b274aae318"
                }
            }
        }],
        "date": "2013-11-07T00:17:05+00:00",
        "message": "Reorder imports. "
    }],
    "page": 1,
    "size": 11
}