We have API for Get a Buildpack, but I cant find download option here
```HTTP/1.1 200 OK
Content-Type: application/json
{
“guid”: “fd35633f-5c5c-4e4e-a5a9-0722c970a9d2”,
“created_at”: “2016-03-18T23:26:46Z”,
“updated_at”: “2016-10-17T20:00:42Z”,
“name”: “ruby_buildpack”,
“state”: “Ready”,
“filename”: “ruby_buildpack-cflinuxfs3-v1.2.13.zip”,
“stack”: “cflinuxfs3”,
“position”: 42,
“enabled”: true,
“locked”: false,
“metadata”: {
“labels”: {},
“annotations”: {}
},
“links”: {
“self”: {
“href”: “https://api.example.org/v3/buildpacks/fd35633f-5c5c-4e4e-a5a9-0722c970a9d2”
},
“upload”: {
“href”: “https://api.example.org/v3/buildpacks/fd35633f-5c5c-4e4e-a5a9-0722c970a9d2/upload”,
“method”: “POST”
}
}
}