View on GitHub

analyticsapi-engines-java-sdk

FactSet

Analytics API Engines Java SDK

build maven API version Apache-2 license

Use this library to integrate with FactSet’s Analytics APIs. Below APIs are supported by this SDK.

Contents

Requirements

Installation

Usage

Refer examples project for sample code snippets to quickly get started with the SDK

Tests

First, clone the repo locally and cd into the directory.

git clone https://github.com/factset/analyticsapi-engines-java-sdk.git
cd tests

Before running the tests, set the below environment variables. Use the Developer Portal Manage API Keys page to get these values.

export ANALYTICS_API_USERNAME_SERIAL = "username-serial"
export ANALYTICS_API_PASSWORD = "apikey"

Run the tests with below command.

mvn -q test -Dtest=ApiTestsRunner

Contributing