Skip to content

Stevens Institute of Technology SSW 345 (Modeling and Simulation)

Notifications You must be signed in to change notification settings

robertschaedler3/SSW-345

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

SSW-345

Stevens Institute of Technology SSW 345 (Modeling and Simulation)

Homework 4

POST /share

Sends a json object to the server and replies with a link where the object can be retrieved.

body

    ...some json object you want to store

response

{
    "success": true,
    "link":"http://localhost:3000/<uid>"
}

GET /share/:id

Retrieves and deletes a previously sent json object by its unique id.

response

    ...some json object you previously stored

Releases

No releases published

Packages

No packages published