Saving progress

This commit is contained in:
Luke Hagar
2024-06-02 22:50:13 -05:00
parent 81be5d53ac
commit c0ea9a5560
78 changed files with 7786 additions and 1047 deletions

View File

@@ -0,0 +1,3 @@
---
openapi: delete /library/sections/{sectionId}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/hashes
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/metadata/{ratingKey}/children
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/metadata/{ratingKey}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections/{sectionId}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections/{sectionId}/{tag}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/onDeck
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/recentlyAdded
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections/{sectionId}/refresh
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections/{sectionId}/search
---