Upload API Client (Upload.js Edition)
Client stubs for the Upload API.
-
A cut-down version of
upload-api-client
for Upload.js. -
Only includes endpoints required by Upload.js.
-
Uses XHR (to support widest range of browsers).
Updating the stubs
Instructions for Upload Team developers:
-
Pull latest
upload-io/upload
(in a working dir calledupload
next to this repository's working dir). -
Run
npm run generate
in this repository. -
Manually remove irrelevant endpoints. (We will automate this in future!)
-
Follow
RELEASING.md
if there are changes.