Skip to content

afernandes85/sampleapi-java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FactSet

Sample API Java SDK

build maven API version Apache-2 license

Use this library to integrate with FactSet's Sample APIs. Below APIs are supported by this SDK.

Contents

Requirements

  • Java 1.7 or Java 1.8
  • Maven to build and install the SDK

Installation

  • Install the SDK to your local Maven repository:

    mvn install -DskipTests
  • Install the client dynamically by adding a dependency to the POM file:

    <dependency>
      <groupId>com.factset.sampleapi</groupId>
      <artifactId>sampleapi-sdk</artifactId>
      <version>ARTIFACT_VERSION</version>
    </dependency>

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/sampleapi-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 SAMPLE_API_USERNAME_SERIAL = "username-serial"
export SAMPLE_API_PASSWORD = "apikey"

Run the tests with below command.

mvn -q test -Dtest=ApiTestsRunner

Contributing

  • Files in auto-generated-sdk directory are auto-generated and should not be manually edited here. Refer Sample API SDK Generator for instructions on how to modify these files.
  • Projects examples and tests are open to enhancements and bug fixes. Please create a pull requests with the proposed changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published