Skip to content
erlstanleylee edited this page Jun 7, 2021 · 5 revisions

Server API Docs

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.

Endpoints

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
Clone this wiki locally