eventregistry
Advanced tools
Comparing version 8.5.13 to 8.5.14
@@ -0,0 +0,0 @@ # NodeJS SDK: Change Log |
@@ -268,2 +268,8 @@ "use strict"; | ||
error_2 = _a.sent(); | ||
// In case we encountered an error in the response from the backend and verbose output is turned off | ||
if (_.has(error_2, "response.data") && _.isString(_.get(error_2, "response.data"))) { | ||
request = {}; | ||
_.set(request, "data", _.get(error_2, "response.data")); | ||
console.error(_.get(error_2, "response.data")); | ||
} | ||
// try to print out the error that should be passed by in case the server is down or responds with errors | ||
@@ -270,0 +276,0 @@ if (this.config.verboseOutput) { |
@@ -0,0 +0,0 @@ import { EventRegistry } from "eventregistry"; |
@@ -0,0 +0,0 @@ import { EventRegistry, GetCounts, GetTopCorrelations, QueryArticles } from "eventregistry"; |
@@ -0,0 +0,0 @@ import { EventRegistry, GetCounts, GetCountsEx } from "eventregistry"; |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { EventRegistry, GetEventForText, QueryEvent, RequestEventInfo } from "eventregistry"; |
@@ -0,0 +0,0 @@ import { ArticleInfoFlags, EventRegistry, GetRecentArticles, QueryArticles, RequestArticlesRecentActivity, ReturnInfo, sleep } from "eventregistry"; |
@@ -0,0 +0,0 @@ import { EventRegistry, GetRecentEvents, QueryEvents, RequestEventsRecentActivity, sleep } from "eventregistry"; |
@@ -0,0 +0,0 @@ import { ArticleInfoFlags, ArticleMapper, EventRegistry, QueryArticle, QueryArticles, RequestArticleInfo, RequestArticlesUriWgtList, ReturnInfo } from "eventregistry"; |
@@ -0,0 +0,0 @@ import { ArticleInfoFlags, BaseQuery, CombinedQuery, ComplexArticleQuery, EventRegistry, QueryArticle, QueryArticles, QueryArticlesIter, QueryItems, RequestArticlesInfo, RequestArticlesRecentActivity, ReturnInfo } from "eventregistry"; |
@@ -0,0 +0,0 @@ // examples that show how to obtain information about an individual event |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { TopicPage, EventRegistry, ArticleInfoFlags, ReturnInfo } from "eventregistry"; |
@@ -0,0 +0,0 @@ import { CategoryInfoFlags, ConceptInfoFlags, EventRegistry, GetTrendingCategories, GetTrendingConceptGroups, GetTrendingConcepts, ReturnInfo } from "eventregistry"; |
@@ -5,3 +5,3 @@ { | ||
"description": "Package containing wrapper functions for Event Registry API", | ||
"version": "8.5.13", | ||
"version": "8.5.14", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "main": "./dist/index.js", |
@@ -0,0 +0,0 @@ ## Accessing Event Registry data through JS |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -178,2 +178,8 @@ import axios, { AxiosResponse } from "axios"; | ||
} catch (error) { | ||
// In case we encountered an error in the response from the backend and verbose output is turned off | ||
if (_.has(error, "response.data") && _.isString(_.get(error, "response.data"))) { | ||
request = {}; | ||
_.set(request, "data", _.get(error, "response.data")); | ||
console.error(_.get(error, "response.data")); | ||
} | ||
// try to print out the error that should be passed by in case the server is down or responds with errors | ||
@@ -180,0 +186,0 @@ if (this.config.verboseOutput) { |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as fs from "fs"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ // tslint:disable-next-line:no-namespace |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ import * as _ from "lodash"; |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
992641
112
17872