lila/routes

17 lines
1.1 KiB
Plaintext

lichess_move ANY /move/{id}
lichess_say ANY /talk/{id}
lichess_resign ANY /resign/{id}
lichess_abort ANY /abort/{id}
lichess_outoftime ANY /outoftime/{id}
lichess_rematch ANY /rematch/{id}
lichess_force_resignation ANY /force-resign/{id}
lichess_claim_draw ANY /claim-draw/{id}
lichess_offer_draw ANY /offer-draw/{id}
lichess_cancel_draw_offer ANY /cancel-draw-offer/{id}
lichess_accept_draw_offer ANY /accept-draw-offer/{id}
lichess_decline_draw_offer ANY /decline-draw-offer/{id}
lichess_moretime ANY /moretime/{id}
lichess_status ANY /status
lichess_ping ANY /ping
lichess_sync ANY /sync/{id}/{color}/{version}/{playerFullId}