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

35
backend/tests/fixtures/teamsnap/me.json vendored Normal file
View 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"
}
]
}
]
}
}