Sashko Stubailo
Sashko Stubailo
You could PR `Meteor.method` to take an option `headers`, that is later passed to `JsonRoutes.add`. This would be in `packages/rest/rest.js`
What about query params that are numbers?
How are you calling it?
`Meteor.http` is the old backcompat name for `HTTP` from the `http` package.
This project is pretty old, so I'm not likely to implement this feature. But if you have any questions about how to do it, I'd love to help. I expect...
You need to add the 'simple:json-routes' package to get access to that symbol. I should update the docs.
Hmm, yeah I guess we should differentiate between the server being unreachable (immediate failure), long rebuilds (really long response time for the request), and others.
@mquandalle added you as a maintainer: ``` ➜ dev-error-overlay git:(master) meteor admin maintainers simple:dev-error-overlay --add mquandalle Adding a maintainer to simple:dev-error-overlay... The maintainers for simple:dev-error-overlay are: simple mquandalle ``` Also,...
What a surprise! I thought I added you. Well, I just did!
Absolutely! I just think it would simplify the setup instructions so people could get going faster. If you don't think it's important feel free to close the issue :]