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
- Host: GitHub
- URL: https://github.com/olivierjm/rest-endpoints
- Owner: OlivierJM
- Created: 2018-10-12T12:03:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T12:30:06.000Z (over 6 years ago)
- Last Synced: 2025-03-20T00:49:54.308Z (3 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)