@upload-io/upload-api-client-internal
v2.72.0
Published
Upload API Client (Internal)
Downloads
14
Readme
Upload API Client (Internal Edition)
Client stubs for the Upload API.
An extended version of
upload-api-client
.Includes all Upload API endpoints, in addition to internal endpoints intended for use by Upload applications only.
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.