Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 539 Bytes

API.markdown

File metadata and controls

20 lines (12 loc) · 539 Bytes

Unless otherwise mentioned, all the requests are HTML forms:

  • application/x-www-form-urlencoded
  • multipart/form-data

browser requirement

Front-end should probably run on browsers newer than

  • Firefox 21
  • Chrome 27
  • IE 10

because:

It is suggested that front-end framework either refuse to work on a legacy browser, or (at least) alert users to possible security issues.