Skip to content

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

About

Stevens Institute of Technology SSW 345 (Modeling and Simulation)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages