Meilisearch 的 Postman 集合

    用终端中的 curl 命令测试 Meilisearch,让你感到厌倦了吗?每次想要试用 API 时都要重新编写每条路由,这可能会很麻烦。

    Postman 是一款可让你创建 HTTP 请求的平台,你可以轻松地重复使用这些请求并与每个人共享。我们提供了一个 Postman 集合,其中包含了 Meilisearch API 的所有路由!🚀

    如果你还没有 Postman,你可以在这里下载。它免费提供,并且在许多操作系统发行版上都可用。

    导入集合

    一旦你下载了Postman 集合,你需要将它导入 Postman 中。

    The "Import" button

    编辑配置

    Selecting "Edit" from the overflow menu

    根据需要设置“令牌”(默认为 masterKey

    The "Token" field set to masterKey and "Type" to Bearer Token in the "Authorization" tab.

    设置 url(默认为 Meilisearch 本地端口)和 indexUID(默认为 indexUID

    Setting the "URL" to http://localhost:7700/ and "indexUID" to indexUId in the Variables tab.

    urlindexUID 变量在集合中的所有路由中使用,如这一条

    Highlighting {url} and {indexUID}

    开始使用!

    你现在可以运行你的 Meilisearch 实例并创建你的第一个索引

    The "Send" button