Skip to content
bbrand84 edited this page Feb 18, 2015 · 1 revision

Interfaces

CSV

HTTP GET /api/v1/csv/data

HTTP POST /api/v1/csv/upload

Parameters:

{
  file: file
  fileName: file.name
}

Oracle

HTTP POST /api/v1/oracle

data

{
  table: {
    name: table,
    tag: tableTag or table
}
Clone this wiki locally