Update all library API request files to the current Bruno format with proper settings blocks, updated sequence numbers, and cleaner YAML formatting. Add NewDevDBSetup collection with requests for creating comic, ebook, and manga libraries, user registration, and folder configuration to speed up development environment setup.
28 lines
461 B
YAML
28 lines
461 B
YAML
info:
|
|
name: Get Library Folders
|
|
type: http
|
|
seq: 5
|
|
|
|
http:
|
|
method: GET
|
|
url: "{{base_url}}/api/libraries/{{library_id}}/folders"
|
|
headers:
|
|
- name: ""
|
|
value: application/json
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|
|
|
|
docs: |-
|
|
## Get Library Folders
|
|
|
|
Retrieves all folders associated with a specific library.
|
|
|
|
**Method:** GET
|
|
|
|
**Endpoint:** /api/libraries/{id
|