From de96d2737446a48fcabfb8e309a4ea03cd0b9d85 Mon Sep 17 00:00:00 2001 From: xuxiang Date: Sat, 6 Jan 2024 01:58:58 +0800 Subject: [PATCH] update readme --- README.md | 1 - doc/README.zh-cn.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index afce9af..ae3c72e 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,6 @@ GET http://localhost:9000/users/{{username}}/repos?linked_readme=/repos/{full_na #### Search for machine+learning related projects and paginate to retrieve all results ```http request -### Search for machine+learning related projects and paginate to retrieve all results GET http://localhost:9000/search/repositories?q=machine+learning&deep_fetch=true&fields=items.name,items.description Accept: application/json ``` diff --git a/doc/README.zh-cn.md b/doc/README.zh-cn.md index 809ce58..7525b87 100644 --- a/doc/README.zh-cn.md +++ b/doc/README.zh-cn.md @@ -140,7 +140,6 @@ GET http://localhost:9000/users/{{username}}/repos?linked_readme=/repos/{full_na #### 搜索machine+learning相关的项目并遍历翻页获取所有结果 ```http request -### 搜索machine+learning相关的项目并遍历翻页获取所有结果 GET http://localhost:9000/search/repositories?q=machine+learning&deep_fetch=true&fields=items.name,items.description Accept: application/json ```