🚨 Shai-Hulud Strikes Again:More than 500 packages and 700+ versions compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@circlefin/circle-sdk

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@circlefin/circle-sdk

Node.js SDK for Circle API

unpublished
alpha
latest
Source
npmnpm
Version
0.1.0-alpha.1
Version published
Maintainers
3
Created
Source

Circle APIs Node.js Library

The Circle Node library provides convenient access to the Circle API for applications written in server-side JavaScript.

Documentation

See the circle-nodejs-sdk API docs for Node.js.

Requirements

Node 10 or higher.

Installation

Install the package with: (still not published)

npm install circle-sdk --save
# or
yarn add circle-sdk

Development

To run the codegen:

openapi-generator-cli generate -g typescript-axios  \
-i sdk-doc.json \
-o ./src/codegen/ \
-p npmName=circle,supportsES6=true,modelPropertyNaming=original \
-t ./templates/typescript-axios --additional-properties=npmVersion=0.1.0-alpha.0,circleApiVersion=v1 

Run all tests:

$ yarn install
$ yarn test

Keywords

circle

FAQs

Package last updated on 10 Aug 2022

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