New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@partly/integrations-client

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@partly/integrations-client

A strongly-typed TypeScript client for the Partly's Integrations API. The client provides typed requests/responses, automatic serialization

latest
npmnpm
Version
0.1.1-alpha
Version published
Maintainers
3
Created
Source

Partly Integrations client

A strongly-typed TypeScript client for the Partly's Integrations API. The client provides typed requests/responses, automatic serialization

Install

# npm
npm install @partly/integrations-client

# yarn
yarn add @partly/integrations-client

# pnpm
pnpm add @partly/integrations-client

Quick Start

Create a client and call the API:

import { client as PartlyClient } from '@partly/integrations-client'

const client = new PartlyClient('https://api.partly.com')

async function main() {
	const res = await client.integrations.v2.signin(
		{
			TODO
		}
	)
}

main().catch(console.error)

Support

For access, API keys, or help, contact TODO

License

Licensed under the MIT License. See LICENSE for details.

FAQs

Package last updated on 20 Oct 2025

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