Hello,
since simple:rest is not updated to Meteor 3.x, does anyone know any alternative package?
Thanks
Hello,
since simple:rest is not updated to Meteor 3.x, does anyone know any alternative package?
Thanks
The most up to date version is here. You can use it as a starting point and migrate it yourself to 3.0. It’d be a great addition to Looking for help migrating packages to Meteor 3.0
Thanks for info. i found this repo as well.
its been a year since then. Nobody uses this? or does Meteor 3.0 offer another functionality and thats why this package is obsolete?
i might fork it and upgrade it myself, but first need to make sure that is the best way to move forward
I believe many developers used it before Meteor 3.x. I’ve seen posts related to needing a small subset of functionalities covered and ended up customizing the existing Express integration to their own needs. Nobody has tried to convert all the existing functionalities and offer them as a package or set of packages.
Some essential packages in simple:rest
, like json-routes
for instance, have been migrated to Meteor 3.0 (and Express) and merged in March 2024, see here: Merge pull request #6 from manueltimita/devel · stubailo/meteor-rest@1d4bd3c · GitHub. If you plan on migrating any of the other ones, they use json-routes
and rest-json-error-handler
, so that part of the work is done.