Module: limitFiltersGet

(require("limitFiltersGet"))() → {promise}

Returns the limit filters that this Polaris API understands This method does not appear to be very useful to me, there are tons of other filters that seem to work
Source:
Returns:
Type
promise
Example
myPapi.limitFiltersGet()
     .then(function(response) {
         console.log(response.data);
     });