Skip to content

Data transfer over REST

Closes #36 (closed)

Checklist:

  • Find the appropriate format for data transfer over REST
  • Build API for sending computed data for storage as POST requests
  • Build the Search form for fetching scholar profile data on a search through a GET request

Added methods to fetch the search term and pass it to background script for searching the database. The data is now being transferred over REST to the backend for storage and retrieval.

Edited by Aditya Bisoi

Merge request reports