Skip to content

jonathanjwatson/computer-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

computer-store

/api/computer

POST

Accepts a JSON object for POST body. Object must include: name, modelNumber, quantity

Optional Keys include: color, hardDrive, refurbished

{
    name: 'iMac 27"',
    modelNumber: 'j12379hf',
    quantity: 1,
    color: 'space gray',
    hardDrive: '512GB',
    refurbished: false
}

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors