+ BYPASS API의 기본 정보를 입력하세요. 도메인명을 기반으로 코드가 생성됩니다. +
+ +영문 소문자/숫자 조합 (수정 불가)
++ 외부 API 호출에 필요한 파라미터를 정의하세요. +
+ + {params.length === 0 ? ( +| 이름 | +타입 | +위치 | +필수 | +설명 | +Example | ++ |
|---|---|---|---|---|---|---|
| + handleChange(index, 'paramName', e.target.value)} + placeholder="paramName" + className="w-full px-2 py-1.5 text-sm rounded border border-wing-border bg-wing-surface text-wing-text placeholder:text-wing-muted focus:outline-none focus:ring-1 focus:ring-wing-accent/50" + /> + | ++ + | ++ + | ++ handleChange(index, 'required', e.target.checked)} + className="w-4 h-4 rounded border-wing-border text-wing-accent focus:ring-wing-accent/50 cursor-pointer" + /> + | ++ handleChange(index, 'description', e.target.value)} + placeholder="파라미터 설명" + className="w-full px-2 py-1.5 text-sm rounded border border-wing-border bg-wing-surface text-wing-text placeholder:text-wing-muted focus:outline-none focus:ring-1 focus:ring-wing-accent/50" + /> + | ++ handleChange(index, 'example', e.target.value)} + placeholder="예: 9876543" + className="w-full px-2 py-1.5 text-sm rounded border border-wing-border bg-wing-surface text-wing-text placeholder:text-wing-muted focus:outline-none focus:ring-1 focus:ring-wing-accent/50" + /> + | ++ + | +
+ 외부 Maritime API를 직접 프록시하는 Bypass API를 등록하고 코드를 생성합니다. +
++ {filteredConfigs.length}개 API 검색됨 +
+ )} +등록된 BYPASS API가 없습니다.
+위 버튼을 눌러 새 API를 등록하세요.
+검색 결과가 없습니다.
+다른 검색어를 사용해 보세요.
+{config.displayName}
+{config.domainName}
++ WebClient:{' '} + {config.webclientBean} +
+ {config.description && ( +{config.description}
+ )} +| + 도메인명 + | ++ 표시명 + | ++ HTTP 메서드 + | ++ WebClient + | ++ 외부 경로 + | ++ 생성 상태 + | ++ 등록일 + | ++ 액션 + | +
|---|---|---|---|---|---|---|---|
| + {config.domainName} + | ++ {config.displayName} + | ++ + {config.httpMethod} + + | ++ {config.webclientBean} + | ++ {config.externalPath} + | ++ + {config.generated ? '생성 완료' : '미생성'} + + | ++ {config.createdAt + ? new Date(config.createdAt).toLocaleDateString('ko-KR') + : '-'} + | +
+
+
+
+
+
+ |
+
{generationResult.message}
+생성된 파일
+