Socket
Book a DemoInstallSign in
Socket

@aurora-is-near/aurora-cloud-console-sdk

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurora-is-near/aurora-cloud-console-sdk

A utility package to check if a NEAR address is banned.

1.12.1
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
4
Weekly downloads
 
Created
Source

Aurora Cloud Console SDK

A client for the Aurora Cloud Console API.

This client is generated automatically on a schedule based on the OpenAPI specs published at https://app.auroracloud.dev/api.

Installation

yarn add @aurora-is-near/aurora-cloud-console-sdk

Usage

Once the API client has been generated it can be instantiated as follows:

import { createApiClient } from '@aurora-is-near/aurora-cloud-console-sdk';

const client = createApiClient({ apiKey: 'MY-API-KEY' });

Where the API key is generated via the Aurora Cloud Console dashboard.

The generated client object exposes functions for each API operation, as defined by the OpenAPI specification. Each function is called with an object containing the following properties:

params

An object containing properties that are mapped to any named route parameters. For example, if you have the route /user/:name, then the name property should be passed in as params: { name: 'Alex' }.

query

An object containing a property for each query string parameter.

data

An object containing key-value to submit as the request body (i.e. for POST or PUT requests).

FAQs

Package last updated on 09 Jul 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.