Skip to content

Commit

Permalink
pear next methods (#23)
Browse files Browse the repository at this point in the history
* v2 methods

* get -> read, has -> exists, rm linker*

* tweak

* compare
  • Loading branch information
davidmarkclements authored Feb 4, 2025
1 parent 44f3418 commit 3197b58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ const methods = [
{ id: 33, name: 'touch', stream: true },
{ id: 34, name: '_ping' },
{ id: 35, name: 'reset', stream: true },
{ id: 36, name: 'data', stream: true }
{ id: 36, name: 'data', stream: true },
{ id: 37, name: 'get' },
{ id: 38, name: 'entry' },
{ id: 39, name: 'exists' },
{ id: 40, name: 'compare' },
{ id: 41, name: 'reported' }
]

module.exports = methods

0 comments on commit 3197b58

Please sign in to comment.