1.3.2 • Published 3 years ago

@drrops/drrops-sdk v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.3.2

3 years ago

1.2.3

3 years ago

1.3.1

3 years ago

1.2.2

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago