Squash merge feature/library-reorganization

This commit is contained in:
Codex
2026-04-22 06:46:23 -05:00
parent 7f4a4beb5a
commit fe2a04343c
72 changed files with 14520 additions and 0 deletions

View 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"
}
]
}
}