Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: multipart/form-data 지원 추가 및 array type 지원 추가 #170

Merged
merged 9 commits into from
Dec 7, 2023

Conversation

ww8007
Copy link
Member

@ww8007 ww8007 commented Dec 7, 2023

📌 개요 (필수)

  1. 폼 데이터 형식 지원 추가
  2. array type 배열 형식이 아닌 아이템 단일 형식으로 추가 가능하게 기능 추가
  3. Body의 타입이 좀 더 잘 추론 되도록 수정

🔨 작업 사항 (필수)

  • 추가 또는 변경된 내용을 적어주세요.

  • contentType을 추가하여 기본 요청 및 api 생성시 추가 되도록 추가

  • formData 생성 코드 axios, fetch에 추가

  • Param, Body에 array 형식의 데이터 추가 가능하게 input 추가

  • swagger 공식 문서 기반 타입 추론 하도록 수정


📸 스크린샷 (선택)

@ww8007 ww8007 added the ✨ Feature 기능 개발 label Dec 7, 2023
@ww8007 ww8007 self-assigned this Dec 7, 2023
@ww8007 ww8007 merged commit 7a1ef40 into dev Dec 7, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat]: 파일 업로드 추가
1 participant