openHPI/nexboard-api

Name: nexboard-api

Owner: HPI Knowledge Tech Group

Description: A ruby wrapper for the Nexboard API

Created: 2017-08-29 07:18:37.0

Updated: 2017-08-29 07:35:56.0

Pushed: 2017-09-04 13:13:32.0

Homepage:

Size: 6

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Nexboard API

nexboard-api is a wrapper for the Nexboard API (see http://nexboard-api.nexenio.com/) packaged as Ruby Gem.

The gem uses Restify (https://github.com/jgraichen/restify) for handling HTTP communication.

Usage

Initialize the API with API key and user_id (both provided with your Nexboard API account). You can optionally add a template_project_id, which would be a Nexboard project_id where you store boards meant as templates for your application. If you run your own Nexboard server, you can add a custom base_url.

ire 'nexboard_api'

ms = {
i_key = 'my_secret_api_key',
er_id = 1,
mplate_project_id = 123,
se_url = 'https://my-server.example.com/api/public/'


oard_api = NexboardApi.new **params

tbc.

Contributing

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.