8000 GitHub - raipier8818/lunchAPI: 점심메뉴 나한테 그만좀 물어봐
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

raipier8818/lunchAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunch API

Request URL Method Response Format Description
/api/help GET Return this page.
/api/lunch GET JSON Return the menu corresponding a query.
/api/lunch POST JSON Add or edit menu.
/api/lunch/menu GET JSON Return all menu.
/api/lunch/tag GET JSON Return all tags in menu.

How to use

  • GET /api/lunch
    • length(int) : Set the number of menu. Default is 1 and max is 10.
    • random(bool) : Set the menu chosen randomly. Default is false.
    • tags(name: bool) : Set the condition include or not.
GET /api/lunch?length=3&random=true&밥=false
  • POST/ api/lunch
{
    "menu1": ["tag1", "tag2"],
    "menu2": ["tag1", "tag3"],
    ...
}

Link : https://dontasklunchmenu.herokuapp.com/

About

점심메뉴 나한테 그만좀 물어봐

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0