@upload-io/upload-api-client
v1.4.0
Published
Upload API Client
Downloads
5
Readme
Upload API Client
Client stubs for the Upload API.
Includes all Upload API endpoints.
Uses
fetch
(to support browser & Node.js, assuming polyfills).
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.Follow
RELEASING.md
if there are changes.