Skip to content

silo-deployer-sdk 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @aurora-is-near/silo-deployer-sdk@1.0.0
Install via package.json:
"@aurora-is-near/silo-deployer-sdk": "1.0.0"

About this version

Silo Deployer SDK

A client for the Silo Deployer 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/silo-deployer-sdk

Usage

Create the API client as follows:

import { createApiClient } from '@aurora-is-near/silo-deployer-sdk';

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

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).

Details


Assets

  • silo-deployer-sdk-1.0.0.tgz

Download activity

  • Total downloads 1
  • Last 30 days 1
  • Last week 0
  • Today 0