-
Consolidate search endpoints for better API organization
released this
2025-08-11 16:50:57 +07:00 | 3 commits to main since this release- Removed duplicate /api/search endpoint
- Kept /search as the main JSON API endpoint with proper documentation
- Added /search/form for web form submissions
- Updated HTML form to use /search/form endpoint
- Clear separation between API and web interface
- Media type enums still visible in /docs for API usage
- Maintains all functionality while reducing endpoint confusion
Downloads