Skip to content

Conversation

@telles-simbiose
Copy link
Contributor

No description provided.

README.md Outdated
};

client.index(indexData, autoCreateFields = true).then((resp) => {
client.insert(insertData, autoCreateColumns = true).then((resp) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"autoCreateColumns" parameter should be removed.
Check this PR: #12

49: errors["ColumnInvalidApiNameError"],
50: errors["ColumnInvalidNameError"],
51: errors["ColumnInvalidDescriptionError"],
52: errors["ColumnExceedDescriptionlengthError"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change Exceed to Exceeded

69: errors["InsertColumnLimitError"],
70: errors["InsertDateFormatError"],
71: errors["InsertColumnStringEmptyValueError"],
72: errors["InsertColumnTimeseriesInvalidParameterError"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change Timeseries to TimeSeries

71: errors["InsertColumnStringEmptyValueError"],
72: errors["InsertColumnTimeseriesInvalidParameterError"],
73: errors["InsertColumnNumericInvalidValueError"],
74: errors["InsertColumnTimeseriesMissingValueError"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here as commented above

src/slicer.js Outdated
* @param (array) query - the query to send to Slicing Dice API
* @param (boolean) autoCreateFields - if is true Slicing Dice API will
* automatically create nonexistent fields
* @param (boolean) autoCreateColumns - if is true Slicing Dice API will
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"autoCreateColumns" parameter should be removed.
Check this PR: (#12)

@telles-simbiose telles-simbiose merged commit a76f9dd into master May 11, 2017
@telles-simbiose telles-simbiose deleted the feature/renaming branch May 11, 2017 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants