/rest-endpoints

Showing how to use REST endpoints in meteor

Primary LanguageJavaScript

REST ENDPOINTS

EndPoints API

Read more here Meteor rest, Restivus

/api/data/
/api/links/
/link

The last endpoint is using a different method you can read more about it here in Meteor docs

You could also use the HTTP with its methods like POST, GET, PUT, etc ... It is also documented here