canjs / can-connect-feathers

The FeathersJS client library for DoneJS and can-connect
https://canjs.com/doc/can-connect-feathers.html
MIT License
10 stars 4 forks source link

Automatically setup can-set algebra for Feathers #42

Open marshallswain opened 7 years ago

marshallswain commented 7 years ago

Merge in an algebra that enables the special Feathers query syntax.

Object.assign({
  $sort: function(){},
  $limit: function(){},
  $skip: function(){}
}, this.algebra);

It would need to support the attributes on these two pages: