小蓝书
  1. 项目
小蓝书
  • 用户
    • 登录
      POST
    • 注册
      POST
    • 个人信息
      GET
  • 项目
    • 发布项目
      POST
    • 加入项目
      POST
    • 搜索项目
      GET
  • 聊天
  • 首页信息
    GET
  1. 项目

搜索项目

Developing
GET
/book/project/search

Request

Query Params
key
string 
required
关键词
Example:
脑机接口
Header Params
token
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/book/project/search?key=脑机接口' \
--header 'token;'

Responses

🟢200Success
application/json
Body
string 
required
Example
{
    "base": {
        "code": 10000,
        "msg": "Success"
    },
    "data": [
        {
            "username": "small_pig",
            "numbers": 5,
            "title": "脑机接口",
            "description": "描述",
            "types": "cs"
        },
        {
            "owner": "small_pig",
            "title": "标题",
            "name": "脑机接口",
            "description": "描述",
            "types": "ai"
        }
    ]
}
Modified at 2024-10-10 09:32:14
Previous
加入项目
Next
首页信息
Built with