GitSpacer / GitSpace

🌌 GitSpace
MIT License
7 stars 0 forks source link

[Feat] GitHub API 코드 마이그레이션을 진행했습니다. #29

Closed jekyun-park closed 5 months ago

jekyun-park commented 7 months ago

개요

✏️ 작업 사항

주요 로직

HTTPClient
- func sendRequest<T: Decodable>(endpoint: Endpoint, responseModel: T.Type) async -> Result<T, GitHubError>
+ func sendRequest<T: Decodable>(endpoint: Endpoint) async -> Result<T, GitHubError>