Squash merge feature/library-reorganization
This commit is contained in:
54
backend/tests/fixtures/teamsnap/root.json
vendored
Normal file
54
backend/tests/fixtures/teamsnap/root.json
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"collection": {
|
||||
"version": "1.0",
|
||||
"href": "https://apiv3.teamsnap.com/",
|
||||
"links": [
|
||||
{
|
||||
"rel": "self",
|
||||
"href": "https://apiv3.teamsnap.com/"
|
||||
}
|
||||
],
|
||||
"queries": [
|
||||
{
|
||||
"rel": "me",
|
||||
"href": "https://apiv3.teamsnap.com/me",
|
||||
"prompt": "Current user"
|
||||
},
|
||||
{
|
||||
"rel": "teams",
|
||||
"href": "https://apiv3.teamsnap.com/teams{?userId}",
|
||||
"prompt": "Teams"
|
||||
},
|
||||
{
|
||||
"rel": "members",
|
||||
"href": "https://apiv3.teamsnap.com/members{?teamId,userId,memberId}",
|
||||
"prompt": "Members"
|
||||
},
|
||||
{
|
||||
"rel": "events",
|
||||
"href": "https://apiv3.teamsnap.com/events{?teamId,eventId,contactId}",
|
||||
"prompt": "Events"
|
||||
},
|
||||
{
|
||||
"rel": "availabilities",
|
||||
"href": "https://apiv3.teamsnap.com/availabilities{?teamId,eventId,memberId}",
|
||||
"prompt": "Availabilities"
|
||||
},
|
||||
{
|
||||
"rel": "assignments",
|
||||
"href": "https://apiv3.teamsnap.com/assignments{?teamId,eventId,memberId}",
|
||||
"prompt": "Assignments"
|
||||
},
|
||||
{
|
||||
"rel": "eventLineups",
|
||||
"href": "https://apiv3.teamsnap.com/eventLineups{?eventId}",
|
||||
"prompt": "Event lineups"
|
||||
},
|
||||
{
|
||||
"rel": "eventLineupEntries",
|
||||
"href": "https://apiv3.teamsnap.com/eventLineupEntries{?eventLineupId}",
|
||||
"prompt": "Event lineup entries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user