Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 380 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 380 Bytes

click-to-comment

API

The handler at /save accepts POST's of JSON data in a form that looks like:

[
    {
        "x": 1,
        "y": 2,
        "text": "thisismyfeedback"
    },
      {
        "x": 3,
        "y": 4,
        "text": "thisismyfeedback"
    }
  
]

The only validation that(currently) occurs is that the submission is an array