Skip to content

gregwym/EMCO-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EMCO-rest

Restful web API for EMCO database.

URL Schema

Sample Output

[
  {
    "status": 0,
    "address": null,
    "id": 1,
    "name": "Arcoaire",
    "url": "www.goarcoaire.com",
    "logo": "arcoaireLogo.png"
  },
  {
    "status": 0,
    "address": null,
    "id": 2,
    "name": "Aeroflow Inc.",
    "url": "www.aeroflo.com",
    "logo": "aeroflowLogo.png"
  },
  {
    "status": 2,
    "address": null,
    "id": 4,
    "name": "Deflecto",
    "url": "www.deflecto.com/air-distribution/",
    "logo": "deflectoLogo.png"
  },
  ...
]
{
  "status": 0,
  "address": null,
  "id": 2,
  "name": "Aeroflow Inc.",
  "url": "www.aeroflo.com",
  "logo": "aeroflowLogo.png"
}
[
  {
    "Image": "Model [165 ].png",
    "pType": 9,
    "id": 22,
    "name": "165 Series Water Softener",
    "vID": 6,
    "price": 1,
    "pricePer": "unit"
  },
  {
    "Image": "Model [465 Series Water Softener].png",
    "pType": 9,
    "id": 23,
    "name": "465 Series Water Softener",
    "vID": 6,
    "price": 1,
    "pricePer": "unit"
  },
  ...
]
{
  "Image": "Model [465 Series Water Softener].png",
  "pType": 9,
  "id": 23,
  "name": "465 Series Water Softener",
  "vID": 6,
  "price": 100,
  "pricePer": "unit"
}

About

Restful web API for EMCO database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published