ucd-library / csus-sp-2018-app

MIT License
1 stars 1 forks source link

ldp.js: fixed a couple minor errors. Added deleting and adding to box… #45

Closed DerekMaggio closed 5 years ago

DerekMaggio commented 5 years ago

… list

tesseract_controller.js: Abstracted away request module usage by using request-promise module and putting the functionality in tesseract_model.

Added GET: to return current state of ldp object

Added DELETE: to delete box with id specified in request

Added PUT: to edit box with id specified in request and update with data provided in request

fin_communication_wrapper.js: fixed authentication issue. Now ready to begin getting and posting to LDP. YAY!!!!

ldp_model.js: small change just for code to run

tesseract_model.js: pulled request generation into file.