NAV Navbar

Channel SDK

Name Desc Location
iOS Hybrid SDK iOS Core Hybrid SDK MFSDKHybridKit
iOS Native SDK iOS Core Native SDK MFSDKNativeKit
Android Hybrid SDK Android Core Hybrid SDK 'com.morfeus.android:MFSDKHybridKit:2.5.0'
Android Native SDK Android Core Native SDK ’com.morfeus.android: MFSDKNativeKit:1.0.0’
iOS Support SDK iOS SDK for notification feature MFNotificationKit
iOS SDK for voice feature MorfeusVoiceKit
Android Support SDK Android SDK for voice feature ’com.morfeus.android: MFSDKVoice:2.5.0’
Android SDK for security feature ’com.morfeus.android: MFSecurityKit:2.5.0’
Android SDK for notification feature ’com.morfeus.android: MFNotification:2.5.0’
iOS Hybrid Sample Workspace Sample workspace Link
Android Hybrid Sample Workspace Sample workspace Link
iOS Native Sample Workspace Sample workspace Link
Android Native Sample Workspace Sample workspace Link
Core web SDK - npm Core WebSDK Link
Sample morfeuswebsdk project Sample project hosting core websdk Link
WebSDK Project Scafold npm creator WebSDK npm creator Link

Triniti CLI

A Command line utility for Triniti AI

Prerequisites

Ensure you have the following prerequisites:

Installing

$ npm install -g triniti-cli

Available commands

Usage

$ triniti-cli [COMMAND] [ ...args ]

Version check

USAGE
  $ triniti-cli (-v|--version|version)

Configure

Manage Triniti Cli configuration

Triniti Cli expects the following keys to be set.

  1. api-key
  2. api-secret
  3. username
  4. password
  5. workspace-id
USAGE
  $ triniti-cli conf [KEY] [VALUE]

ARGUMENTS
  KEY       key of the config
  VALUE     value of the config

OPTIONS
  -d, --delete            delete the key
  -k, --key=key           key of the config
  -v, --value=value       value of the config


EXAMPLE

    list configurations
    $ triniti-cli conf

    Set a configuration
    $ triniti-cli conf [KEY] [VALUE]
    $ triniti-cli conf username test1

    Get a value configured
    $ triniti-cli conf [KEY]
    $ triniti-cli conf username

    Remove a configuration
    $ triniti-cli conf [KEY] -d
    $ triniti-cli conf username -d

To know more click here Triniti-CLI