-
Notifications
You must be signed in to change notification settings - Fork 0
Home
erlstanleylee edited this page Jun 7, 2021
·
5 revisions
Our Nodejs Server supports POST request which query a MySQL Database and returns its results in a JSON format. Our server uses only POST for security reasons and to possibly avoid any limiting on URL length.
All endpoints that require input take it from the request body in the "input" attribute as a JSON object.
- Obtain Graph Dates
- Local Search
- Search
- Submit Node Votes
- Submit Relationship Votes