node-restful
node-restful copied to clipboard
HomePage - Filtering Results needs to add chaining to table
I know this should be known by programmers, and me coming from C#(using LINQ) to JS using Regex, I think it will really help new-comers to see filter chaining in the table. A lot of people are just using REST-APIs inside their own app for the first time with angular(just nature of the beast) and node-restful has quite a following.
'api/companies?name__regex=/^' + query + '/i' + queryChain1 + queryChain2;
etc.
I'm not sure I understand what you mean. Are you saying that node-restful should include documentation on how to construct querystrings?