Navigation Menu

Skip to content

Commit

Permalink
[update] README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruter committed Dec 26, 2017
1 parent 4e2dcc4 commit f73f661
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

下厨房官方并没有放出 API,本着自己动手丰衣足食的理念,配合 [Toapi](https://github.com/gaojiuli/toapi) 快速实现了一个 API.

目前实现的接口有`搜索``分页``列表``详细内容` 4 个部分。
目前实现的接口有`搜索``分页``列表``分类``详细内容` 5 个部分。

## Overview

Expand Down Expand Up @@ -72,9 +72,10 @@ api = Api(URL, settings=RedisCacheSettings)

## Example

可请求的 `URI`3 个:
可请求的 `URI`4 个:

- `/search/<keyword>`
- `/category/`
- `/category/<no>/``/category/<no>/?page=<page>`
- `/recipe/<no>/`

Expand Down

0 comments on commit f73f661

Please sign in to comment.