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
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.
yarn add @aurora-is-near/silo-deployer-sdk
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:
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' }
.
An object containing a property for each query string parameter.
An object containing key-value to submit as the request body (i.e. for POST or PUT requests).
Details
- silo-deployer-sdk
-
aurora-is-near
- 14 days ago
- UNLICENSED
- 10 dependencies
Assets
- silo-deployer-sdk-1.0.0.tgz
Download activity
- Total downloads 1
- Last 30 days 1
- Last week 0
- Today 0