Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tng/soa-node-analysis

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tng/soa-node-analysis

SOA-ANALYSIS for Node

  • 1.0.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
3
Weekly downloads
 
Created
Source

SOA Node Analysis

安装

yarn add @tng/soa-node-analysis

目录结构

  • definitions: 接口定义
  • test: 测试代码
  • index.js: 入口文件

使用


const SOAAnalysis = require('@tng/soa-node-analysis')
const TWSAuth = require('tws-auth')
const Teambition = require('teambition')

// use tws-auth
let twsAuth = new TWSAuth({ ... })
let soaanalysis = new SOAAnalysis({ twsAuth: twsAuth })

// use teambition
let teambition = new Teambition({ ... })
let soaanalysis = new SOAAnalysis({ teambition: teambition })

// 创建AbtestCase
let abtestcas = soaanalysis.abtestcases().create({
  name: 'abc',
  _cohortId: '12333',
  rollOverride: 0,
  rollThreshHold: [0, 1, 2]
})

接口

AbtestCase

  • abtestcases()
    • .create(): 创建 AbtestCase
    • .update(): 更新 AbtestCase
    • .remove(): 删除 AbtestCase
    • .list(): 获取分组下的 AbtestCase

Cohort

  • abtests()

    • .info(): 获取用户测试
  • cohort()

    • .info(): 获取用户分组
  • cohorts()

    • .create(): 创建 cohort
    • .update(): 更新 cohort
    • .remove(): 移除 cohort
    • .cohortrelations()
      • .list(): 获取分组下资源列表
      • .remove(): 删除资源
      • .batchAdd(): 导入用户/企业至 cohort
      • .upload(): 上传用户至 cohort
    • .list(): 分组列表

Nps

  • nps()
    • .create(): 提交用户反馈
    • .feedback()
      • .create() 创建或更新用户反馈文本

参数了解

FAQs

Package last updated on 13 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc