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 🙏

© 2024 – Pkg Stats / Ryan Hefner

asgard-odin

v1.0.6

Published

Asgard.Odin api resource.

Downloads

2

Readme

AppsCenterController

  1. Odin.AppsCenter.Controller.GetAllApps :获取所有APP数据
  2. Odin.AppsCenter.Controller.CreateApp :创建APP
  3. Odin.AppsCenter.Controller.GetAppInfoByID :获取某一个app信息
  4. Odin.AppsCenter.Controller.PatchAPPInfo :设置APP信息 请求模型app ID
  5. Odin.AppsCenter.Controller.DeleteAppInfo :删除某一个app信息
  6. Odin.AppsCenter.Controller.GetAllApI :获取指定app的所有API数据
  7. Odin.AppsCenter.Controller.PatchAPPAPIInfo :设置API信息
  8. Odin.AppsCenter.Controller.GetAllDBscript :获取指定app的所有db脚本信息
  9. Odin.AppsCenter.Controller.CreateDBscript :给指定的APP创建db脚本
  10. Odin.AppsCenter.Controller.PatchDBInfo :设置db脚本信息
  11. Odin.AppsCenter.Controller.DeleteDBInfo :删除某一个app的指定db脚本 0:mysql,1:sqlserver
  12. Odin.AppsCenter.Controller.GetAllDependInfo :获取指定app的依赖信息
  13. Odin.AppsCenter.Controller.CreateAppDependInfo :给指定的APP创建依赖
  14. Odin.AppsCenter.Controller.DeleteAppDependInfo :删除某一个app的指定依赖
  15. Odin.AppsCenter.Controller.GetAllmenus :获取指定APP的所有菜单数据
  16. Odin.AppsCenter.Controller.CreateMenu :创建指定APP的菜单
  17. Odin.AppsCenter.Controller.GetMenuInfo :获取某一个app的指定菜单
  18. Odin.AppsCenter.Controller.PatchMenuInfo :设置指定APP的指定菜单
  19. Odin.AppsCenter.Controller.DeleteMenuInfo :删除指定APP的指定菜单
  20. Odin.AppsCenter.Controller.UploadNewVersionFiles :上传更新的版本 文件信息请求

CacheCenterController

  1. Odin.CacheCenter.Controller.GetAllCacheKey :获取当前节点的所有可访问缓存key
  2. Odin.CacheCenter.Controller.DeleteTargetCache :获取当前节点的所有可访问缓存key
  3. Odin.CacheCenter.Controller.GetTargetCacheData :获取这个缓存的原始string值

ConfigCenterController

  1. Odin.ConfigCenter.Controller.GetAllConfigTreeData :获取当前的系统完整配置
  2. Odin.ConfigCenter.Controller.AddConfigData :新增配置 新增请求
  3. Odin.ConfigCenter.Controller.DeleteConfigData :移除配置 新增请求
  4. Odin.ConfigCenter.Controller.PutConfigData :更新配置 新增请求
  5. Odin.ConfigCenter.Controller.RefreshCache :清理当前的配置中心缓存

LogController

  1. Odin.Log.Controller.SearchLog :检索日志

LoginInfoController

  1. Odin.LoginInfo.Controller.CreateLoginInfo :增加一个用户登录信息
  2. Odin.LoginInfo.Controller.DeleteLoginInfo :移除某个人的用户登录信息
  3. Odin.LoginInfo.Controller.PatchLoginInfo :修改某个人的用户登录信息
  4. Odin.LoginInfo.Controller.GetLoginInfoByUID :取某个用户的登录信息

RolesController

  1. Odin.Roles.Controller.GetAllRoles :获取所有的角色数据 请求
  2. Odin.Roles.Controller.CreateRole :新增角色信息 请求
  3. Odin.Roles.Controller.GetRoleInfoByID :获取某一个角色信息
  4. Odin.Roles.Controller.DeleteRoleInfoByID :删除某一个角色信息 请求

SystemUserController

  1. Odin.SystemUser.Controller.CreateToken :通过账号密码创建一个Token

TenantCenterController

  1. Odin.TenantCenter.Controller.CreateTenant :创建一个商户
  2. Odin.TenantCenter.Controller.GetTenantItems :获取所有的商户信息 请求模型
  3. Odin.TenantCenter.Controller.GetTenantInfo :获取某个商户的信息 请求模型
  4. Odin.TenantCenter.Controller.SetTenantInfo :更新某个商户的值 请求模型
  5. Odin.TenantCenter.Controller.PatchTenantAvatarInfo :给商户上传一个头像
  6. Odin.TenantCenter.Controller.DeleteTenantInfo :删除某个商户 请求模型
  7. Odin.TenantCenter.Controller.ChangeTenantStatus :修改商户状态
  8. Odin.TenantCenter.Controller.PutDBInfo :设置数据库信息 请求模型商户ID
  9. Odin.TenantCenter.Controller.GetDBInfo :获取数据库信息 请求模型
  10. Odin.TenantCenter.Controller.PutAPIInfo :设置API信息 请求模型商户ID
  11. Odin.TenantCenter.Controller.GetAPIInfo :获取API信息 请求模型
  12. Odin.TenantCenter.Controller.DelTenant :删除商户

TraceController

  1. Odin.Trace.Controller.GetTraceInfos :查找一个追踪信息

UserCenterController

  1. Odin.UserCenter.Controller.CreateUserInfo :添加一个用户信息
  2. Odin.UserCenter.Controller.DeleteUserInfo :删除一个用户信息
  3. Odin.UserCenter.Controller.GetUserInfo :获取一个用户信息
  4. Odin.UserCenter.Controller.PatchUserAvatarInfo :给用户上传一个头像
  5. Odin.UserCenter.Controller.PatchUserInfo :修改一个用户信息
  6. Odin.UserCenter.Controller.GetUserInfos :获取用户信息列表
  7. Odin.UserCenter.Controller.SearchUser :搜索用户
  8. Odin.UserCenter.Controller.GetUserSummaryInfos :根据UID列表获取一堆用户的概要信息