dralkh_spaceforge/api
Dralk dbd37e8537 refactor: replace fetch with Obsidian requestUrl for API calls
- Switches all LLM services (Claude, Gemini, Ollama, OpenAI, OpenRouter, Together) from native fetch to Obsidian’s requestUrl for better CORS handling and plugin compatibility
- Updates UI components to use new Obsidian API patterns (createDiv with options)
- Minor clean-ups in MCQ, Pomodoro, and review services
2025-08-02 01:06:54 +03:00
..
claude-service.ts refactor: replace fetch with Obsidian requestUrl for API calls 2025-08-02 01:06:54 +03:00
gemini-service.ts refactor: replace fetch with Obsidian requestUrl for API calls 2025-08-02 01:06:54 +03:00
mcq-generation-service.ts spaceforge 2025-07-31 07:03:20 +03:00
ollama-service.ts refactor: replace fetch with Obsidian requestUrl for API calls 2025-08-02 01:06:54 +03:00
openai-service.ts refactor: replace fetch with Obsidian requestUrl for API calls 2025-08-02 01:06:54 +03:00
openrouter-service.ts refactor: replace fetch with Obsidian requestUrl for API calls 2025-08-02 01:06:54 +03:00
together-service.ts refactor: replace fetch with Obsidian requestUrl for API calls 2025-08-02 01:06:54 +03:00