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,56 @@
{
"collection": {
"version": "1.0",
"href": "https://apiv3.teamsnap.com/eventLineups?eventId=2001",
"links": [
{
"rel": "self",
"href": "https://apiv3.teamsnap.com/eventLineups?eventId=2001"
}
],
"queries": [
{
"rel": "search",
"href": "https://apiv3.teamsnap.com/eventLineups{?eventId}",
"prompt": "Event lineups"
}
],
"template": {
"data": [
{
"name": "event_id",
"value": ""
},
{
"name": "is_published",
"value": false
}
]
},
"items": [
{
"href": "https://apiv3.teamsnap.com/eventLineups/5001",
"data": [
{
"name": "id",
"value": 5001
},
{
"name": "event_id",
"value": 2001
},
{
"name": "is_published",
"value": true
}
],
"links": [
{
"rel": "eventLineupEntries",
"href": "https://apiv3.teamsnap.com/eventLineupEntries?eventLineupId=5001"
}
]
}
]
}
}