-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featNew Feature!New Feature!
Description
Description
EasyCodefRequestBuilder 객체가 Request를 만드는 과정에서,
사용자가 CodefAPI와의 통신 Custom TimeOut을 지정할 수 있도록 객체 파라미터 추가
Possible Solution
public record EasyCodefRequest(
String path,
HashMap<String, Object> requestBody,
Integer customTimeOut
)etc.
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featNew Feature!New Feature!