Wiki

Clone wiki

Server / REST_Requests

HTTP Requests

Initial Phase

  • Client gets list of active URLS
  • Client requests list of words for a given URL. (used to rapidly highlight the clickable words)
  • Client requests entries for a term at a URL.
  • Client authenticates with username and password (see Authentication)
  • Client must be able to logout

Updated