1.25.0 • Published 11 days ago

@omneo/omneo-sdk v1.25.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 days ago

Omneo JS SDK

Version Downloads/week License semantic-release: angular Release

A JavaScript Library to interface with the Omneo API.

Getting started

To get started with the Omneo SDK, follow the instructions below

Installation

Omneo SDK is available as an npm package:

// npm
npm install @omneo/omneo-sdk

// yarn
yarn add @omneo/omneo-sdk

Authentication

All requests to the Omneo API must be authenticated with an OAuth2 bearer token. Please review the Authentication Docs to learn more.

Import

import with ES6 like this:

import { Omneo } from '@omneo/omneo-sdk'

const client = new Omneo({
  token: 'Your token',
  tenant: 'Your omneo tenant'
})

Documentation and Examples

Using Profiles

Using Call

You can make calls manually to omneo using the call method. All API functions in this SDK use this method to call the API. This will cover any new API functionality not yet supported by the SDK.

Make your own custom authenticated request like the below:

 client.call({
    method: 'post',
    endpoint: '/profiles',
    body: { first_name: 'test', last_name: 'test', email: 'test@test.com' }
  })
1.25.0

11 days ago

1.24.0

4 months ago

1.19.0

10 months ago

1.18.0

10 months ago

1.19.3

8 months ago

1.19.2

9 months ago

1.19.1

9 months ago

1.21.0

8 months ago

1.22.0

8 months ago

1.21.1

8 months ago

1.20.0

8 months ago

1.23.0

8 months ago

1.17.0

11 months ago

1.15.0

1 year ago

1.14.1

1 year ago

1.13.2

1 year ago

1.14.0

1 year ago

1.13.1

1 year ago

1.13.0

1 year ago

1.12.0

1 year ago

1.14.4

1 year ago

1.13.5

1 year ago

1.14.3

1 year ago

1.13.4

1 year ago

1.16.0

1 year ago

1.14.2

1 year ago

1.13.3

1 year ago

1.11.0

1 year ago

1.10.1

1 year ago

1.10.0

1 year ago

1.9.1

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago