A set of packages that makes it easy to add HTTP endpoints to your Clinical Meteor or NodeOnFHIR app. Forked from simple:rest
, due to custom needs around the FHIR specification.
- simple:json-routes - the simplest way to define a server-side route in your Meteor app, with no external dependencies.
- simple:rest-json-error-handler - middleware for handling standard Meteor.Error errors
- simple:rest - just add the package, and all of your Meteor methods and publications will become accessible over HTTP.
- simple:rest-accounts-password - add this package to enable password login over HTTP.
- simple:authenticate-user-by-token - authenticate user via auth token
- simple:rest-bearer-token-parser - parse standard bearer token via request headers, query params, or body
- simple:rest-method-mixin - add REST options to methods defined using ValidatedMethod