1.3.2 • Published 4 years ago

@drrops/drrops-sdk v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Drrops SDK

This is the official SDK for Drrops.

Getting Started

You can install the SDK with npm or yarn:

npm install @drrops/drrops-sdk
# or ...
yarn add @drrops/drrops-sdk

Once the SDK is installed, you can create a new instance with your Drrops key and secret.

// Import our SDK
import { DrropsSDK } from '@drrops/drrops-sdk'

// Authenticate
const drrops = new DrropsSDK(KEY, SECRET)
1.2.0

4 years ago

1.3.2

4 years ago

1.2.3

4 years ago

1.3.1

4 years ago

1.2.2

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago