wrtnio / connectors

Connector API Functions for Wrtn Studio Engine
GNU Affero General Public License v3.0
4 stars 0 forks source link

Create Meeting Registrant Connector #13

Open kakasoo opened 4 weeks ago

kakasoo commented 4 weeks ago

requirements

API Spec

POST {{baseUrl}}/meetings/:meetingId/registrants?occurrence_ids=<string>
kakasoo commented 4 weeks ago

@samchon

{
    code: 200,
    message: 'Only available for paid users: ${userCode}.'
}

위와 같이 에러가 발생하는데요, 문서에는 아래와 같은 내용이 있습니다.

Prerequisites: The host must be a Licensed user type.

제 생각에는 결제한 테스트 계정을 하나 두고 그걸로 마저 연동 작업을 하던가, 아니면 엔드포인트 중에 /me로 되어 있는 게 있는데, 거기서 유저의 지불 방식, 결제 방식 등 API를 한 번 더 찌르게 하는 방법을 고민해볼 수 있을 거 같습니다.