Squash merge feature/library-reorganization
This commit is contained in:
35
backend/tests/fixtures/teamsnap/me.json
vendored
Normal file
35
backend/tests/fixtures/teamsnap/me.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"collection": {
|
||||
"version": "1.0",
|
||||
"href": "https://apiv3.teamsnap.com/me",
|
||||
"links": [
|
||||
{
|
||||
"rel": "self",
|
||||
"href": "https://apiv3.teamsnap.com/me"
|
||||
}
|
||||
],
|
||||
"items": [
|
||||
{
|
||||
"href": "https://apiv3.teamsnap.com/me/42",
|
||||
"data": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": 42
|
||||
},
|
||||
{
|
||||
"name": "first_name",
|
||||
"value": "Sam"
|
||||
},
|
||||
{
|
||||
"name": "last_name",
|
||||
"value": "Player"
|
||||
},
|
||||
{
|
||||
"name": "email",
|
||||
"value": "sam.player@example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user