PlayerScheduleApi¶
All URIs are relative to http://localhost:8080/api
| Method | HTTP request | Description |
|---|---|---|
| addAllPlayerSchedule | POST /player/schedule/add_all | Add All Player Schedule (WIP) |
| getAllPlayerSchedule | POST /player/schedule/get_all | Get All Player Schedule (WIP) |
| reapDropPlayerSchedule | POST /player/schedule/reap_drop | Reap Drop Player Schedule (WIP) |
addAllPlayerSchedule¶
AddAllPlayerScheduleResponse addAllPlayerSchedule(AddAllPlayerScheduleRequest)
Add All Player Schedule (WIP)
- Update which character lives in kirara town with specified character in a request - NOTE: This endpoint means `/player/field_party/member/set_all`
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| AddAllPlayerScheduleRequest | AddAllPlayerScheduleRequest | [optional] |
Return type¶
Authorization¶
No authorization required
HTTP request headers¶
- Content-Type: application/json
- Accept: application/json
getAllPlayerSchedule¶
GetAllPlayerScheduleResponse getAllPlayerSchedule(GetAllPlayerScheduleRequest)
Get All Player Schedule (WIP)
- Get character's schedules specified in a request. - NOTE: The schedule contains the which facility goes in a specific hour
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| GetAllPlayerScheduleRequest | GetAllPlayerScheduleRequest | [optional] |
Return type¶
Authorization¶
No authorization required
HTTP request headers¶
- Content-Type: application/json
- Accept: application/json
reapDropPlayerSchedule¶
ReapDropPlayerScheduleResponse reapDropPlayerSchedule(ReapDropPlayerScheduleRequest)
Reap Drop Player Schedule (WIP)
Receive kirara point and exp point from a character at kirara town
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| ReapDropPlayerScheduleRequest | ReapDropPlayerScheduleRequest | [optional] |
Return type¶
ReapDropPlayerScheduleResponse
Authorization¶
No authorization required
HTTP request headers¶
- Content-Type: application/json
- Accept: application/json