npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@luka-cat-mimi/n8n-nodes-feilian

v0.1.3

Published

n8n 社区节点:集成飞连开放平台,支持部门与成员管理、Wi-Fi 管理、终端管理

Readme

@luka-cat-mimi/n8n-nodes-feilian

飞连 n8n 社区节点,提供飞连开放平台 API 的集成支持,覆盖部门与成员管理、Wi-Fi 管理、终端管理等场景。

安装

参考:https://docs.n8n.io/integrations/community-nodes/installation/

节点名称:@luka-cat-mimi/n8n-nodes-feilian

功能列表

部门与成员 (10)

  • 获取部门列表
  • 根据名称获取部门 ID
  • 获取用户详情
  • 邮箱或手机换用户信息
  • 姓名换用户信息
  • 批量查询用户详情
  • 邮箱或手机批量获取用户 ID
  • 获取某个部门的成员(支持递归子部门成员)
  • 获取部门数和用户数
  • 重置用户密码

Wi-Fi (12)

  • 获取哑终端列表
  • 批量创建哑终端
  • 更新哑终端
  • 批量删除哑终端设备
  • 获取哑终端设备类型列表
  • 创建哑终端设备类型
  • 更新哑终端设备类型
  • 批量删除哑终端设备类型
  • 获取哑终端连接日志
  • 获取员工 Wi-Fi 的连接日志
  • 查看员工的 Wi-Fi 启用状态
  • 获取访客 Wi-Fi 的连接日志

终端管理 (5)

  • 获取设备列表
  • did 换设备信息
  • 获取设备登陆日志
  • 获取对应设备的软件列表
  • 获取设备大盘信息

✨ 特别之处

🔄 Return All 自动分页

以下接口支持 Return All 功能,自动处理分页获取全部数据:

| 模块 | 接口名称 | | ---------- | -------------------------- | | 部门与成员 | 获取某个部门的成员 | | Wi-Fi | 获取哑终端列表 | | Wi-Fi | 获取哑终端设备类型列表 | | Wi-Fi | 获取哑终端连接日志 | | Wi-Fi | 获取员工 Wi-Fi 的连接日志 | | Wi-Fi | 获取访客 Wi-Fi 的连接日志 | | 终端管理 | 获取设备列表 | | 终端管理 | 获取设备登陆日志 | | 终端管理 | 获取对应设备的软件列表 |

⏱️ 超时与批次管理

大部分接口支持以下高级选项:

  • Timeout(超时时间):设置请求超时时间(毫秒),避免请求长时间挂起
  • Batching(批次管理)
    • Items per Batch:每批处理的数量,用于控制请求频率
    • Batch Interval (ms):每批请求之间的等待时间,避免触发 API 限流

这些功能可在接口的 Options 选项中配置,有效应对飞连 API 的频率限制。

凭证类型

  • 飞连 API 凭证 - 使用飞连开放平台的 API Key 和 API Secret 进行认证

注意事项

  1. 使用前需要在飞连开放平台创建应用并获取 API Key 和 API Secret
  2. 部分接口需要相应的权限配置

📝 许可证

MIT License

🆘 支持