Zohar Arad

Results 61 comments of Zohar Arad

Hey Ashvindh I'm sorry, but this repo is not being actively maintained, and hasn't been for some time. I suggest you try to fork it and correct the issue. I'm...

@joshuajabbour i somehow completely missed this issue and apologise for this. Please take a look at [v0.1.0-waterline-v0.10](https://github.com/zohararad/sails-rest/tree/v0.1.0-waterline-v0.10) which conforms to Waterline v0.10 API more strictly and should resolve this issue....

Were you able to run sails-rest with restify 3.0.0 ? I'm happy to accept a PR that resolves this

@joshuajabbour please take a look at [v0.1.0-waterline-v0.10](https://github.com/zohararad/sails-rest/tree/v0.1.0-waterline-v0.10) . It's a complete re-write of the adapter (doesn't use restify anymore). I plan to let it sit in that branch for a...

@ertrzyiks glad for the positive comments. I'd love to get some feedback on 1. Code quality if you're happy looking through it 2. Usefulness in a real application. Most bugs...

not sure I understand what you mean? are you trying to use sails-rest by installed it from npm or from github? which version are you trying to use?

@nardoguy14 I'm not sure. Perhaps using the query function?

@nardoguy14 Please check out [v0.1.0-waterline-v0.10](https://github.com/zohararad/sails-rest/tree/v0.1.0-waterline-v0.10) - I decided to finally rewrite the entire adapter to be compatible with Waterline 0.10. One feature that might be relevant here is the ability...

I think this is a good use-case of using a before hook to modify the request headers. Did you try that? If you can provide an example call to a...

@fokkerone you mean tokens to the backend API you're calling? Can you not use a before hook?