convertor/api-server/src
Your Name e083e5d11d feat: Add Rust API Server with REST and GraphQL support
- Implement JWT authentication layer
- Add Engine Registry with 20+ conversion engines
- Implement Conversion Service with background job processing
- REST API endpoints for file conversion operations
- GraphQL API with queries and mutations
- Comprehensive error handling with conversion suggestions
- Integration tests for both REST and GraphQL APIs
- Complete API documentation

Features:
- REST API: /api/v1/* endpoints
- GraphQL API: /graphql endpoint with playground
- JWT Bearer token authentication
- Engine validation with alternative suggestions
- File download via API (not exposing file paths)
- Support for FFmpeg, ImageMagick, LibreOffice, Pandoc, and more
2026-01-21 11:40:03 +08:00
..
auth.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00
config.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00
conversion.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00
engine.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00
error.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00
graphql.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00
lib.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00
main.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00
models.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00
rest.rs feat: Add Rust API Server with REST and GraphQL support 2026-01-21 11:40:03 +08:00