You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@squarecloud/api

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squarecloud/api

A NodeJS wrapper for Square Cloud API

3.7.8
latest
Source
npmnpm
Version published
Maintainers
3
Created
Source
Square Cloud Banner

@squarecloud/api

A NodeJS SDK for consuming the Square Cloud API.

Installation

npm install @squarecloud/api
// or
yarn add @squarecloud/api
// or
pnpm add @squarecloud/api

Documentation

Visit our official documentation for more information about how to use this library.

Getting Started

import { SquareCloudAPI } from "@squarecloud/api"
// const { SquareCloudAPI } = require("@squarecloud/api");

const api = new SquareCloudAPI("Your API Key")
const user = await api.users.get()
const application = user.applications.get("Application ID")

Contributing

Feel free to contribute with suggestions or bug reports at our GitHub repository.

Authors

Keywords

wrapper

FAQs

Package last updated on 20 Jun 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