Welcome to the Northwind API Service
✧*。٩(ˊᗜˋ*)و✧*。
ZEIT now - Version 2.0
To access and modify resources, you can use any HTTP method
GET
POST
PUT
PATCH
DELETE
OPTIONS
Example
-
GET northwind.now.sh/api/categories
Get all categories -
GET northwind.now.sh/api/categories/1
Get a category by Id 1 -
POST northwind.now.sh/api/categories
Adds a new category -
PUT northwind.now.sh/api/categories
Edit a category -
DELETE northwind.now.sh/api/categories/1
Delete a category with Id 1