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

@pitcher/app-sdk

Package Overview
Dependencies
Maintainers
8
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pitcher/app-sdk

SDK for app development in pitcher impact

  • 2.0.0
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
8
Weekly downloads
 
Created
Source

Pitcher APP SDK

Quality Gate Status Coverage Maintainability Rating Reliability Rating Security Rating Vulnerabilities Technical Debt Bugs Code Smells Duplicated Lines (%) Lines of Code

Installation

$ yarn add @pitcher/pitcher-app-sdk

or

$ npm install @pitcher/pitcher-app-sdk

Usage

import { usePitcherAPI } from '@pitcher/app-sdk'

const pitcher = usePitcherAPI()

// low level api
const env1 = await pitcher.API.request('getEnv')

// high level api
const env2 = await pitcher.getEnv()

// events
pitcher.on('envChanged', (env) => {
  console.log('env changed', env)
})

Documentation

https://pitcher-ag.atlassian.net/wiki/spaces/PG/pages/334530467/JS+APP+SDK

For more API endpoint definitions:

https://pitcher-ag.atlassian.net/wiki/spaces/PG/pages/317260517/JS+API+for+Impact+NG+Specification

FAQs

Package last updated on 31 Jan 2023

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