Sha256: 9ac1d3784d43d7a8f99b2ec591802aa55e64a72cf2feca7d4caec1d913b179a9

Contents?: true

Size: 1.87 KB

Versions: 10

Compression:

Stored size: 1.87 KB

Contents

{
    "apps": [
        {
            "title": "My Index",
            "id": 1,
            "package": "com.my.index",
            "version": "0.0.1",
            "repo": null,
            "description": "An Index of My Applications",
            "debug": false,
            "private": true,
            "link": "/api/v1/apps/1",
            "build_count": 4,
            "phonegap_version": "2.9.0",
            "hydrates": false,
            "status": {
                "android": "complete",
                "ios": null,
                "winphone": "pending"
            },
            "download": {
                "android": "/api/v1/apps/1/android"
            },
            "error": {
            },
            "icon": {
                "filename": "icon.png",
                "link": "/api/v1/apps/1/icon"
            },
            "role": "admin"
        },
        {
            "title": "PhoneGap: Getting Started",
            "id": 2,
            "package": "com.phonegap.getting.started",
            "version": "1.0.0",
            "repo": "https://github.com/phonegap/phonegap-start.git",
            "description": "A template for getting started with PhoneGap development and build.phonegap.com",
            "debug": false,
            "private": true,
            "link": "/api/v1/apps/2",
            "build_count": 12,
            "status": {
                "android": "complete",
                "ios": "complete",
                "winphone": "complete"
            },
            "download": {
                "android": "/api/v1/apps/1/android",
                "ios": "/api/v1/apps/1/ios",
                "winphone": "/api/v1/apps/1/winphone"
            },
            "error": {},
            "icon": {
                "filename": "big-icon.png",
                "link": "/api/v1/apps/2/icon"
            },
            "role": "admin"
        }
    ],
    "link": "/api/v1/apps"
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phone_gap-build-0.7.0 spec/fixtures/api_responses/get-apps.json
phone_gap-build-0.6.2 spec/fixtures/api_responses/get-apps.json
phone_gap-build-0.6.1 spec/fixtures/api_responses/get-apps.json
phone_gap-build-0.6.0 spec/fixtures/api_responses/get-apps.json
phone_gap-build-0.5.1 spec/fixtures/api_responses/get-apps.json
phone_gap-build-0.5.0 spec/fixtures/api_responses/get-apps.json
phone_gap-build-0.4.0 spec/fixtures/api_responses/get-apps.json
phone_gap-build-0.3.0 spec/fixtures/api_responses/get-apps.json
phone_gap-build-0.2.0 spec/fixtures/api_responses/get-apps.json
phone_gap-build-0.1.0 spec/fixtures/api_responses/get-apps.json