0.2.0 • Published 11 years ago

dm4client v0.2.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

DeepaMehta 4 client

A DeepaMehta 4 REST client library

Requirements

Installation

npm install dm4client

Usage

dm4client = require './src/dm4client'
client = dm4client.create 'http://localhost:8080/'

client.getDataTypes (dataTypes) ->
  client.getTypes (typeList) ->
    console.log typeList

    client.getTopics 'dm4.contacts.person', (persons) ->
      for person in persons
        console.log person.value
0.2.0

11 years ago

0.1.0

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago