danielmiessler.fabric/internal/server
Kayvan Sylvan c06c94f8b8 # CHANGES
- Add Swagger UI at `/swagger/index.html` endpoint
- Generate OpenAPI spec files (JSON and YAML)
- Document chat, patterns, and models endpoints
- Update contributing guide with Swagger annotation instructions
- Add swaggo dependencies to project
- Configure authentication bypass for Swagger documentation
- Add custom YAML handler for OpenAPI spec
- Update REST API documentation with Swagger links
- Add dictionary entries for new tools
2025-12-18 07:12:08 -08:00
..
docs refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
auth.go # CHANGES 2025-12-18 07:12:08 -08:00
chat.go # CHANGES 2025-12-18 07:12:08 -08:00
configuration.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
contexts.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
models.go # CHANGES 2025-12-18 07:12:08 -08:00
ollama.go modernize: update GitHub Actions and modernize Go code with latest stdlib features 2025-12-15 23:55:37 -08:00
patterns.go # CHANGES 2025-12-18 07:12:08 -08:00
serve.go # CHANGES 2025-12-18 07:12:08 -08:00
sessions.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
storage.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
strategies.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
youtube.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00