Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions auto-generated-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.factset.analyticsapi</groupId>
<artifactId>engines-sdk</artifactId>
<version>6.2.0</version>
<version>6.3.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -52,7 +52,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.factset.analyticsapi:engines-sdk:6.2.0"
compile "com.factset.analyticsapi:engines-sdk:6.3.0"
```

### Others
Expand All @@ -65,7 +65,7 @@ mvn clean package

Then manually install the following JARs:

- `target/engines-sdk-6.2.0.jar`
- `target/engines-sdk-6.3.0.jar`
- `target/lib/*.jar`

## Usage
Expand Down
2 changes: 1 addition & 1 deletion auto-generated-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.factset.analyticsapi'
version = '6.2.0'
version = '6.3.0'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion auto-generated-sdk/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.factset.analyticsapi",
name := "engines-sdk",
version := "6.2.0",
version := "6.3.0",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
4 changes: 2 additions & 2 deletions auto-generated-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<artifactId>engines-sdk</artifactId>
<packaging>jar</packaging>
<name>engines-sdk</name>
<version>6.2.0</version>
<version>6.3.0</version>
<url>https://github.com/factset/analyticsapi-engines-java-sdk</url>
<description>SDK for FactSet Analytics Engines API</description>
<description>DEPRECATED: This library is no longer maintained. Please use https://central.sonatype.com/search?q&#x3D;com.factset.sdk&amp;smo&#x3D;true instead.</description>
<distributionManagement>
<repository>
<id>ossrh</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public ApiClient(Map<String, Authentication> authMap) {
httpClient = buildHttpClient();
this.dateFormat = new RFC3339DateFormat();
// Set default User-Agent.
setUserAgent("engines-api/6.2.0/java");
setUserAgent("engines-api/6.3.0/java");
// Setup authentications (key: authentication name, value: authentication).
authentications = new HashMap<String, Authentication>();
Authentication auth = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
import factset.analyticsapi.engines.models.SPARAccountsRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class AccountsApi {
private ApiClient apiClient;
public AccountsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import factset.analyticsapi.engines.models.ObjectRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class AfiOptimizerApi {
private ApiClient apiClient;
public AfiOptimizerApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import factset.analyticsapi.engines.models.ObjectRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class AxpOptimizerApi {
private ApiClient apiClient;
public AxpOptimizerApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import factset.analyticsapi.engines.models.SPARBenchmarkRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class BenchmarksApi {
private ApiClient apiClient;
public BenchmarksApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import factset.analyticsapi.engines.models.ObjectRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class BpmOptimizerApi {
private ApiClient apiClient;
public BpmOptimizerApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
import factset.analyticsapi.engines.models.ColumnStatisticRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class ColumnStatisticsApi {
private ApiClient apiClient;
public ColumnStatisticsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
import factset.analyticsapi.engines.models.ColumnSummaryRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class ColumnsApi {
private ApiClient apiClient;
public ColumnsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
import factset.analyticsapi.engines.models.VaultComponentRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class ComponentsApi {
private ApiClient apiClient;
public ComponentsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
import factset.analyticsapi.engines.models.VaultConfigurationSummaryRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class ConfigurationsApi {
private ApiClient apiClient;
public ConfigurationsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
import factset.analyticsapi.engines.models.CurrencyRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class CurrenciesApi {
private ApiClient apiClient;
public CurrenciesApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import factset.analyticsapi.engines.models.DateParametersSummaryRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class DatesApi {
private ApiClient apiClient;
public DatesApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import factset.analyticsapi.engines.models.FIDiscountCurveInfoRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class DiscountCurvesApi {
private ApiClient apiClient;
public DiscountCurvesApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import factset.analyticsapi.engines.models.DocumentDirectoriesRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class DocumentsApi {
private ApiClient apiClient;
public DocumentsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import factset.analyticsapi.engines.models.ObjectRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class FiCalculationsApi {
private ApiClient apiClient;
public FiCalculationsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
import factset.analyticsapi.engines.models.FIABCalculationStatusSummary;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class FiabCalculationsApi {
private ApiClient apiClient;
public FiabCalculationsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import factset.analyticsapi.engines.models.ObjectRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class FpoOptimizerApi {
private ApiClient apiClient;
public FpoOptimizerApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
import factset.analyticsapi.engines.models.FrequencyRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class FrequenciesApi {
private ApiClient apiClient;
public FrequenciesApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import factset.analyticsapi.engines.models.GroupRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class GroupsApi {
private ApiClient apiClient;
public GroupsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
import factset.analyticsapi.engines.models.LinkedPATemplateUpdateParametersRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class LinkedPaTemplatesApi {
private ApiClient apiClient;
public LinkedPaTemplatesApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import factset.analyticsapi.engines.models.ObjectRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class NpoOptimizerApi {
private ApiClient apiClient;
public NpoOptimizerApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
import factset.analyticsapi.engines.models.PACalculationParametersRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class PaCalculationsApi {
private ApiClient apiClient;
public PaCalculationsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import factset.analyticsapi.engines.models.PAPricingSourceRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class PricingSourcesApi {
private ApiClient apiClient;
public PricingSourcesApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
import factset.analyticsapi.engines.models.PubCalculationParametersRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class PubCalculationsApi {
private ApiClient apiClient;
public PubCalculationsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
import factset.analyticsapi.engines.models.QuantCalculationParametersRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class QuantCalculationsApi {
private ApiClient apiClient;
public QuantCalculationsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
import factset.analyticsapi.engines.models.SPARCalculationParametersRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class SparCalculationsApi {
private ApiClient apiClient;
public SparCalculationsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import factset.analyticsapi.engines.models.DocumentDirectoriesRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class StrategyDocumentsApi {
private ApiClient apiClient;
public StrategyDocumentsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
import factset.analyticsapi.engines.models.TemplatedPAComponentUpdateParametersRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class TemplatedPaComponentsApi {
private ApiClient apiClient;
public TemplatedPaComponentsApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
import factset.analyticsapi.engines.models.UnlinkedPATemplateUpdateParametersRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class UnlinkedPaTemplatesApi {
private ApiClient apiClient;
public UnlinkedPaTemplatesApi() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
import factset.analyticsapi.engines.models.VaultCalculationParametersRoot;

@javax.annotation.Generated(value = "CustomJavaClientCodegen")
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
*/
@Deprecated
public class VaultCalculationsApi {
private ApiClient apiClient;
public VaultCalculationsApi() {
Expand Down
Loading