Skip to content

fourcubed/dms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REPO IS OBSOLUTE - 09/19/17

DMS

A Ruby Gem to access FourCubed Data Management System REST API.

Dependencies

Usage Example

require 'rubygems'
require 'dms'

api_token = "123456token"
api_access_key = "12345accesskey"
api = DMS::API.new(api_token, api_access_key)

doc = api.get("documents/1-title")
doc.text
=> "Document body"
doc.html
=> "<p>Document body</p>"
doc.name
=> "Title"

Authors

About

Ruby Gem for the FourCubed Data Management System

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages