# everything-webapi **Repository Path**: cisdu/everything-webapi ## Basic Information - **Project Name**: everything-webapi - **Description**: windows everything 本地搜索工具的webapi,使用自带的http服务,解析这个http服务的结果,构建webapi,返回json数据。 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-05-18 - **Last Updated**: 2023-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # everything-webapi #### 介绍 windows everything 本地搜索工具的webapi,使用自带的http服务,解析这个http服务的结果,构建webapi,返回json数据。 请求地址:https://localhost:44380/api/HtmlParser?html=153441602687 返回json数据如下: { "numresults": 1, "data": [ { "name": "153441602687.docx", "path": "F:\\cc\\cc\\cc\\xx", "size": "115 KB" } ] } #### 软件架构 软件使用.net framework 中的webapi框架 #### 使用说明 1. everything http 配置如图: ![输入图片说明](everythingHTTP%E6%9C%8D%E5%8A%A1%E9%85%8D%E7%BD%AE.jpg) 2. sa 12345678 3.代码里面使用everything 的地址为:http://localhost:8432