Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uploadcare/api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uploadcare/api

JavaScript library for work with Uploadcare API

  • 1.0.0-alpha
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

Uploadcare Javascript API

:bangbang: Work in progress. The API will be changed. Do not use it. Really. :bangbang:

JavaScript library for work with Uploadcare API.

NPM version GitHub release  Uploadcare stack on StackShare

Requirements

Install

npm install @uploadcare/api --save

Usage

import {UploadAPI} from '@uploadcare/api'

UploadAPI.request(method, path, {query, body})
UploadAPI.base(file, {publicKey, store})
UploadAPI.fromUrl(url, {publicKey, store, fileName})
UploadAPI.fromUrlStatus(token)
UploadAPI.group([uuids], {publicKey})
UploadAPI.groupInfo(groupId, {publicKey})
UploadAPI.info(uuid, {publicKey})
UploadAPI.multipartStart({publicKey, filename, size})
UploadAPI.multipartUpload(partUrl, data)
UploadAPI.multipartComplete(uuid, {publicKey})

Configuration

Security issues

If you think you ran into something in Uploadcare libraries which might have security implications, please hit us up at bugbounty@uploadcare.com or Hackerone.

We'll contact you personally in a short time to fix an issue through co-op and prior to any public disclosure.

Feedback

Issues and PRs are welcome. You can provide your feedback or drop us a support request at hello@uploadcare.com.

FAQs

Package last updated on 14 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc