Sha256: b7b7aeea1740632ba02554e1b76fd78ab9212092a061fefe7340bf0a886f5009

Contents?: true

Size: 1.3 KB

Versions: 42

Compression:

Stored size: 1.3 KB

Contents

{
    "api_apps": [
        {
            "callback_url": null,
            "client_id": "0dd3b823a682527788c4e40cb7b6f7e9",
            "created_at": 1436232339,
            "domain": "example.com",
            "is_approved": true,
            "name": "My Production App",
            "oauth": {
                "callback_url": "http://example.com/oauth",
                "scopes": [
                    "basic_account_info",
                    "request_signature"
                ],
                "secret": "98891a1b59f312d04cd88e4e0c498d75"
            },
            "owner_account": {
                "account_id": "dc5deeb9e10b044c591ef2475aafad1d1d3bd888",
                "email_address": "john@example.com"
            }
        },
        {
            "callback_url": null,
            "client_id": "bff6d867fafcca27554cf89b1ca98793",
            "created_at": 1433458421,
            "domain": "example.com",
            "is_approved": false,
            "name": "My Other App",
            "oauth": null,
            "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

42 entries across 42 versions & 2 rubygems

Version Path
hellosign-api-1.0.7 spec/fixtures/api_apps.json
hellosign-api-1.0.6 spec/fixtures/api_apps.json
hellosign-api-1.0.5 spec/fixtures/api_apps.json
hellosign-api-1.0.4 spec/fixtures/api_apps.json
hellosign-api-1.0.3 spec/fixtures/api_apps.json
hellosign-api-1.0.2 spec/fixtures/api_apps.json
hellosign-api-1.0.1 spec/fixtures/api_apps.json
hellosign-api-1.0.0 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.7.7 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.7.6 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.7.5 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.7.4 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.7.3 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.7.2 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.7.1 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.7.0 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.6.4 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.6.3 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.6.2 spec/fixtures/api_apps.json
hellosign-ruby-sdk-3.6.1 spec/fixtures/api_apps.json