Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
chore: add deprecation message to the readme header (#26)
Browse files Browse the repository at this point in the history
* chore: add deprecation message to the readme header

* Update README.md

* Update README.md
  • Loading branch information
nd0ut authored Jul 15, 2022
1 parent 9f1f825 commit 10ddacf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**⚠️ This package is DEPRECATED in favour of [`uploadcare-js-api-clients`](https://github.com/uploadcare/uploadcare-js-api-clients/#readme) ⚠️**

uploadcare-node
===============

Expand All @@ -9,11 +11,11 @@ Usage
var uploadcare = require('../lib/main')('public_key', 'private_key'),
fs = require('fs');


// handler is a callback function
// in the form function(err, data) { // code to handle response }


//API interaction
uploadcare.files.info('file_id', handler);
uploadcare.files.store('file_id', handler);
Expand Down

0 comments on commit 10ddacf

Please sign in to comment.