New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

teambition-server-sdk

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teambition-server-sdk

Javascript SDK for teambition server

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Teambition Server SDK

Teambition 服务端 Node SDK,封装如下方法:

  • 数据处理: 常用的数据加工处理方法
  • 官方 API: 常用的 Teambition 主站官方 API 封装,使用者不应该关注具体 URL 的变动
  • 工具函数: 封装与 Teambition 强相关的业务需要使用到的工具函数

数据处理

JobSlice(分片执行)

// JS Demo
function request (sliceRaw) {
  // do anything
}
const raw = new Array(20)
const datafactory = new TeambitionSDK.DataFactory(raw)

datafactory.JobSlice(request)

官方 API

FAQs

Package last updated on 28 Oct 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