Skip to content

[FEATURE]: Migrate to native fetch from axios #88

Description

@Fidelisaboke

Feature Summary

Replace apiClient to use native fetch API over axios library

Motivation

Native fetch may just be good enough for the project. This will remove external dependencies.

Proposed Solution

  • Refactor apiClient.ts to use fetch over axios client.
  • Update all affected files to use native fetch for all API calls.

Alternatives Considered

No alternatives

Additional Notes

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions