Sha256: 5fe9b00babf6194b2014752d7924fcd8f2b71c37576a5188587d9afc42b7aa80

Contents?: true

Size: 1.12 KB

Versions: 10

Compression:

Stored size: 1.12 KB

Contents

{
  "default": {
    "api_apps": [
      {
        "client_id": "0dd3b823a682527788c4e40cb7b6f7e9",
        "created_at": 1436232339,
        "domains": ["example.com"],
        "is_approved": true,
        "name": "My Production App",
        "oauth": {
          "callback_url": "http://example.com/oauth",
          "scopes": [
            "basic_account_info",
            "request_signature"
          ],
          "charges_users": false,
          "secret": "98891a1b59f312d04cd88e4e0c498d75"
        },
        "owner_account": {
          "account_id": "dc5deeb9e10b044c591ef2475aafad1d1d3bd888",
          "email_address": "john@example.com"
        }
      },
      {
        "client_id": "bff6d867fafcca27554cf89b1ca98793",
        "created_at": 1433458421,
        "domains": ["example.com"],
        "is_approved": false,
        "name": "My Other App",
        "owner_account": {
          "account_id": "dc5deeb9e10b044c591ef2475aafad1d1d3bd888",
          "email_address": "john@example.com"
        }
      }
    ],
    "list_info": {
      "num_pages": 1,
      "num_results": 2,
      "page": 1,
      "page_size": 20
    }
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
dropbox-sign-1.6.1 test_fixtures/ApiAppListResponse.json
dropbox-sign-1.6.0 test_fixtures/ApiAppListResponse.json
dropbox-sign-1.5.0 test_fixtures/ApiAppListResponse.json
dropbox-sign-1.4.1 test_fixtures/ApiAppListResponse.json
dropbox-sign-1.4.0 test_fixtures/ApiAppListResponse.json
dropbox-sign-1.3.0 test_fixtures/ApiAppListResponse.json
dropbox-sign-1.2.0 test_fixtures/ApiAppListResponse.json
dropbox-sign-1.1.2 test_fixtures/ApiAppListResponse.json
dropbox-sign-1.1.1 test_fixtures/ApiAppListResponse.json
dropbox-sign-1.1.0 test_fixtures/ApiAppListResponse.json