Skip to content

Order Management System for Eatries and Restaurants

Notifications You must be signed in to change notification settings

klargllc/shago-pyserver

Repository files navigation

API Schema

{
	"route": "api",
	"paths": [
		{
			"path": "/menu/",
			"params": [
				{
					"key": "place",
					"type": "string",
					"help": "A restuarant id / slug",
					"required": true
				}	
			],
			"about": ""
		},
		{
			"path": "/menu/item/",
			"params": [
				{
					"key": "place",
					"type": "string",
					"help": "A restuarant id / slug",
					"required": true
				},
				{
					"key": "foodId",
					"type": "string",
					"help": "A food id",
					"required": true
				},
			],
			"about": ""
		},
		{
			"path": "/menu",
			"params": [
				{
					"key": "place",
					"type": "string",
					"help": "A restuarant id / slug",
					"required": false
				}	
			],
			"about": ""
		},
		{
			"path": "/menu",
			"params": [
				{
					"key": "place",
					"type": "string",
					"help": "A restuarant id / slug",
					"required": false
				}	
			],
			"about": ""
		},
	]
}

About

Order Management System for Eatries and Restaurants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published