Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial library endpoints #3012

Merged
merged 49 commits into from
Jun 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
7da2d0a
Fix: extra type in `Author.yaml`
nichwall May 6, 2024
76100b6
Fix: formatting
nichwall May 6, 2024
5fdfc9e
Initial library schema
nichwall May 6, 2024
5295088
Additional debugging
nichwall May 9, 2024
242afb3
Fix: spec relative paths
nichwall May 12, 2024
f92f5c3
Add: ebook file spec
nichwall May 12, 2024
a0a2fef
Fix: response type should be string
nichwall May 12, 2024
d6407cf
Linting updates
nichwall May 12, 2024
1b3882b
Add: missing librarySettings
nichwall May 12, 2024
39f2d7d
Temporary fix: Library cron can be null or false
nichwall May 12, 2024
8c85092
Author controller updates
nichwall May 12, 2024
2621d04
Add: `/api/libraries/{id}` endpoint
nichwall May 12, 2024
9f6ef2d
Update library responses
nichwall May 12, 2024
eaad5c8
Add: descriptions
nichwall May 12, 2024
d5ecf36
Fix: queries should be in body
nichwall May 12, 2024
5795d01
Fix: `body` should be `requestBody`
nichwall May 12, 2024
535e88f
Move: `libraryController` paths, clean up `requestBody`
nichwall May 12, 2024
8239422
Clean up libraryController parameters
nichwall May 14, 2024
c8c2584
Move: author endpoints to controller
nichwall May 14, 2024
8c2073c
Add `get` for author images
nichwall May 14, 2024
bda3e62
Simplify author schema with items
nichwall May 14, 2024
44a98a0
Remove: unused response type
nichwall May 14, 2024
a60f746
Update: formatting
nichwall May 14, 2024
9af5b8d
Update json
nichwall May 14, 2024
0e9cf0d
Update requestBody on LibraryController
nichwall May 15, 2024
1430946
LibrarySettings update
nichwall May 15, 2024
e8797ce
Replace: generic parameter with path specific parameter
nichwall May 15, 2024
88ef453
Fix: requestBody descriptions
nichwall May 15, 2024
771895d
Fix: match post operation
nichwall May 17, 2024
0cadb99
Temporary: nullable Author schemas
nichwall May 17, 2024
d85ed0c
LibraryController items endpoint
nichwall May 17, 2024
a0e915d
Add: delete library items with issues
nichwall May 17, 2024
44deef3
Massive cleanup and violation fixing
nichwall May 18, 2024
df03343
Update bundled spec
nichwall May 18, 2024
2ff0cb2
Add: remove library items with issues
nichwall May 18, 2024
955f6ff
Add: library items endpoint
nichwall May 18, 2024
802e14a
Fix: errors
nichwall May 18, 2024
b61c38b
Fix: base schemas
nichwall May 18, 2024
78e8421
Add: series schemas
nichwall May 18, 2024
1068a68
Add: library series endpoint
nichwall May 19, 2024
f32ef3d
Fix: oneOf and array issues
nichwall May 19, 2024
37d029e
Add: author search region for matching
nichwall May 19, 2024
6a9f4db
Add: series endpoints
nichwall May 20, 2024
8c40fa5
Fix: series issues
nichwall May 20, 2024
d293edf
Add library series endpoint and update deprecation
nichwall May 20, 2024
bc14921
Fix: series endpoint deprecation
nichwall May 21, 2024
c5f82e1
Fix: `name` in `sortDesc` schema
nichwall May 25, 2024
a7a68a0
Add: workflow for linting spec
nichwall May 25, 2024
e17cf99
Update OpenAPI readme
nichwall May 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: spec relative paths
nichwall committed May 12, 2024
commit 242afb3d1accfafd18fca110d210d966f817128f
2 changes: 1 addition & 1 deletion docs/objects/files/AudioFile.yaml
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ components:
type: string
example: MP2/3 (MPEG audio layer 2/3)
duration:
$ref: '#/components/schemas/durationSec'
$ref: '../../schemas.yaml#/components/schemas/durationSec'
bitRate:
description: The bit rate (in bit/s) of the audio file.
type: integer
2 changes: 1 addition & 1 deletion docs/objects/mediaTypes/Book.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ components:
chapters:
type: array
items:
$ref: '#/components/schemas/bookChapter'
$ref: '../metadata/BookMetadata.yaml#/components/schemas/bookChapter'
missingParts:
description: Any parts missing from the book by track index.
type: array