PeggyAPI - dmiddlecamp/sign_server GitHub Wiki

Getting a Lease

/peggy/{version}/get_lease/{expirationInSeconds}/{topRow}/{leftCol}/{bottomRow}/{rightCol}

Renewing a Lease

/peggy/{version}/renew_lease/{lease_code}/{expirationInSeconds}

Expire a Lease

/peggy/{version}/expire_lease/{lease_code}

Clear Board

/peggy/{version}/clear_board/{lease_code}

Writing to the Board

/peggy/{version}/write/{rowInLease}/{colInLease}/{urlEncodedTextToWrite}

Colors

Send the following:

  • Green: %1D
  • Red: %1E
  • Orange: %1F

Setting the Color

/peggy/{version}/set_color/{green|orange|red}