kahmali / meteor-restivus

REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs https://atmospherejs.com/nimble/restivus
MIT License
544 stars 116 forks source link

Add promise support #266

Open Lepozepo opened 7 years ago

Lepozepo commented 7 years ago

Fixes #208

Lepozepo commented 7 years ago

Not the prettiest way to do it but good enough I think, using it in production as is

alexgzhou commented 7 years ago

Need this feature!!!

Lepozepo commented 7 years ago

@alexgzhou the package is published to atmosphere as lepozepo:restivus in the meantime ^_^

GwendalBroudin commented 7 years ago

Why is it taking so long to accept it ? The fix doesn't seems that ugly and it is a quite important feature =).

formspoint commented 7 years ago

Yeah, this repo seems abandoned too. 6 PRs up in the air so far.

GwendalBroudin commented 7 years ago

They should grant write access to more people if they can't maintain the project anymore =/

aadamsx commented 7 years ago

I'm trying to "rebuild" this project over here: https://github.com/aadamsx/restfine. No more coffee script, refactored to ES6, and now trying to convert the project to npm. Any and all help is appriciated.