Chat bot middle ware protocol - SG-Finder/auth_server GitHub Wiki
Use Chat bot Api
Request
- endpoint: POST /finder/geine
- header
| Key | Value | Type | Info | 
|---|---|---|---|
| nickname | Zookeeper | string | 플레이어의 닉네임 | 
- body
| Key | Value | Type | Essential | Info | 
|---|---|---|---|---|
| userMessage | "good morning" | string | true | 메시지 | 
Response
Success
- status code: 200
- body
| Key | Value | Type | Info | 
|---|---|---|---|
| genieMessage | "I did programming" | string | 답변 메시지 |