-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: separte domestic, overseas in api
- Loading branch information
Showing
23 changed files
with
896 additions
and
490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
### Kispy | ||
- [ ] 사용방법 작성 | ||
- hashkey는 더 이상 사용되지 않음. 코드에서도 포함하지 않았음 | ||
- 토큰은 계속 발급 받으면 API를 호출할 수 없으므로 tmp 경로에 token 데이터 저장 | ||
- 각 sector 별로 패키지 분리 (인증, 한국, 해외, ...) | ||
|
||
### ToDos | ||
- [x] Response 핸들링 필요 | ||
- [x] Response 클래스 구현 | ||
- [x] 유효하지 않은 Response에 대해서 예외 처리 | ||
- [ ] 한번 발급 받은 토큰을 어떻게 관리할 지 정리 필요 | ||
- [ ] 웹 소켓 방식 인증에 대한 구현 | ||
- [ ] 인증 방식에 따라서 Auth 클래스를 다르게 사용 | ||
- 별도 클라이언트(RTClient)가 필요할 수 있을 것 같음 | ||
- [ ] 어떤 API들이 구현되었는지 작성 | ||
- [ ] 로깅 고도화 (디버그 모드일 경우, 전체 request, response 조회 가능해야 함) | ||
- [ ] 페이지네이션 구현 | ||
- [ ] 페이지네이션 구현 | ||
- [ ] 테스트 코드 작성 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.