An open API service indexing awesome lists of open source software.

https://github.com/olivierjm/rest-endpoints

Showing how to use REST endpoints in meteor
https://github.com/olivierjm/rest-endpoints

Last synced: 3 months ago
JSON representation

Showing how to use REST endpoints in meteor

Awesome Lists containing this project

README

        

# REST ENDPOINTS

## EndPoints API

Read more here [Meteor rest, Restivus](https://github.com/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](https://docs.meteor.com/packages/webapp.html)

You could also use the HTTP with its methods like `POST`, `GET`, `PUT`, etc ...
It is also [documented here ](https://docs.meteor.com/api/http.html)