Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@factset/sdk-axiomaequityoptimizer
Advanced tools
Allow_clients_to_fetch_Engines_Analytics_through_APIs_
axiomaequityoptimizer - JavaScript client for @factset/sdk-axiomaequityoptimizer Allow clients to fetch Engines Analytics through APIs. This SDK is automatically generated by the OpenAPI Generator project:
To publish the library as a npm, please follow the procedure in "Publishing npm packages".
Then install it via:
npm install @factset/sdk-axiomaequityoptimizer --save
Finally, you need to build the module:
npm run build
To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json
(and this README). Let's call this JAVASCRIPT_CLIENT_DIR
. Then run:
npm install
Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR
:
npm link
To use the link you just defined in your project, switch to the directory you want to use your @factset/sdk-axiomaequityoptimizer from, and run:
npm link /path/to/<JAVASCRIPT_CLIENT_DIR>
Finally, you need to build the module:
npm run build
If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:
npm install GIT_USER_ID/GIT_REPO_ID --save
Please follow the installation instruction and execute the following JS code:
const { ApiClient, OptimizationsApi } = require('@factset/sdk-axiomaequityoptimizer');
const { ConfidentialClient } = require('@factset/sdk-utils');
const apiClient = ApiClient.instance;
// Configure HTTP basic authorization: FactSetApiKey
const FactSetApiKey = apiClient.authentications['FactSetApiKey'];
FactSetApiKey.username = 'YOUR USERNAME';
FactSetApiKey.password = 'YOUR PASSWORD';
// Configure OAuth2 access token for authorization: FactSetOAuth2
const FactSetOAuth2 = apiClient.authentications['FactSetOAuth2'];
FactSetOAuth2.accessToken = 'YOUR ACCESS TOKEN';
// Configure OAuth2 access with ConfidentialClient
apiClient.factsetOauth2Client = new ConfidentialClient('./config.json');
const apiInstance = new OptimizationsApi();
const id = "id_example"; // String | from url, provided from the location header in the Run Optimization endpoint
// Call api endpoint
apiInstance.cancelAxiomaOptimizationById(id).then(
() => {
console.log('API called successfully.');
},
error => {
console.error(error);
},
);
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
axiomaequityoptimizer.OptimizationsApi | cancelAxiomaOptimizationById | DELETE /analytics/engines/axp/v1/optimizations/{id} | Cancel Axioma optimization by id |
axiomaequityoptimizer.OptimizationsApi | getAxiomaOptimizationById | GET /analytics/engines/axp/v1/optimizations/{id} | Get Axioma optimization by id |
axiomaequityoptimizer.OptimizationsApi | runAxiomaOptimization | POST /analytics/engines/axp/v1/optimizations | Run Axioma optimization |
axiomaequityoptimizer.StrategyDocumentsApi | getAxiomaEquityStrategyDocuments | GET /analytics/engines/axp/v1/strategies/{path} | Get Axioma Equity strategy documents and sub-directories in a directory |
FAQs
Axioma Equity Optimizer client library for JavaScript
The npm package @factset/sdk-axiomaequityoptimizer receives a total of 0 weekly downloads. As such, @factset/sdk-axiomaequityoptimizer popularity was classified as not popular.
We found that @factset/sdk-axiomaequityoptimizer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.