Files
MeowSpool/backend/bruno-routes/MewoSpool/Filaments/Get QR Code.yml
T
Felipe abdc2fe8ce feat: implement filament and spool preset services with CRUD operations
- Add `FilamentService` for managing filament inventory, including creation, retrieval, updating, and deletion of filaments.
- Introduce `SpoolPresetService` for handling spool presets, allowing users to create, update, and delete their custom presets.
- Create domain models for `Filament` and `SpoolPreset` with necessary fields and methods.
- Define repository interfaces for filament and spool preset persistence.
- Implement application configuration management from environment variables.
- Set up error handling with a centralized `AppError` type.
- Build the Axum router with public and protected routes for user authentication and resource management.
2026-03-14 09:38:28 -03:00

23 lines
372 B
YAML

info:
name: Get QR Code
type: http
seq: 6
http:
method: GET
url: http://0.0.0.0:8080/api/v1/filaments/{{filament_id}}/qrcode
auth:
type: bearer
token: "{{access_token}}"
runtime:
variables:
- name: filament_id
value: e1edc611-f020-4234-94e5-db5e1393dbf2
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5