Sha256: e9d339081564437b9227de771f7706639cd063ed8c5c32a9df0a5427d5438068

Contents?: true

Size: 979 Bytes

Versions: 3

Compression:

Stored size: 979 Bytes

Contents

{ "user" : { "address" : { "city" : "Sao Paulo",
          "number" : "0",
          "state" : " SP",
          "street" : "CENTRO DA CIDADE"
        },
      "email" : "jhondoe",
      "id" : "12345",
      "link" : { "rel" : "self",
          "uri" : "https://api.apontador.com.br/v2/users/12345"
        },
      "name" : "Jhon Doe",
      "photos" : { "large" : "https://graph.facebook.com/12345/picture?type=large",
          "medium" : "https://graph.facebook.com/12345/picture?type=normal",
          "original" : "https://graph.facebook.com/12345/picture?type=large",
          "small" : "https://graph.facebook.com/12345/picture?type=square"
        },
      "profile" : { "facebookUrl" : "Jhon Doe",
          "newsletter" : true,
          "relationship" : 1,
          "showPhone" : false,
          "twitterUrl" : "jhondoe"
        },
      "statistics" : { "checkins" : 42,
          "photos" : 4,
          "places" : 2,
          "reviews" : 15
        }
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
apontador_oauth2-0.1.5 spec/fixtures/factories/user.json
apontador_oauth2-0.1.3 spec/fixtures/factories/user.json
apontador_oauth2-0.1.2 spec/fixtures/factories/user.json