Skip to content

Commit

Permalink
No release notes for this build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Miller committed Jan 3, 2019
1 parent ed78c59 commit dc07654
Show file tree
Hide file tree
Showing 14 changed files with 96 additions and 95 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ To get an API key, [sign up here](https://intrinio.com/).
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.

- API version: 2.1.0
- Package version: 1.1.0
- Package version: 1.1.1


## Requirements

Expand All @@ -29,7 +30,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.intrinio</groupId>
<artifactId>intrinio-sdk</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -39,7 +40,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.intrinio:intrinio-sdk:1.1.0"
compile "com.intrinio:intrinio-sdk:1.1.1"
```

### Others
Expand All @@ -50,7 +51,7 @@ At first generate the JAR by executing:

Then manually install the following JARs:

* target/intrinio-sdk-1.1.0.jar
* target/intrinio-sdk-1.1.1.jar
* target/lib/*.jar

## SDK Code Examples
Expand Down Expand Up @@ -123,13 +124,13 @@ Class | Method | HTTP request | Description
*DataTagApi* | [**getDataTagById**](docs/DataTagApi.md#getDataTagById) | **GET** /data_tags/{identifier} | Lookup Data Tag
*DataTagApi* | [**searchDataTags**](docs/DataTagApi.md#searchDataTags) | **GET** /data_tags/search | Search Data Tags
*FilingApi* | [**filterFilings**](docs/FilingApi.md#filterFilings) | **GET** /filings/filter | Filter Filings
*FilingApi* | [**filterNotes**](docs/FilingApi.md#filterNotes) | **GET** /filings/notes/filter | Filter SEC filing notes
*FilingApi* | [**filterNotes**](docs/FilingApi.md#filterNotes) | **GET** /filings/notes/filter | Filter Filing Notes
*FilingApi* | [**getAllFilings**](docs/FilingApi.md#getAllFilings) | **GET** /filings | All Filings
*FilingApi* | [**getAllNotes**](docs/FilingApi.md#getAllNotes) | **GET** /filings/notes | Get All SEC filing notes
*FilingApi* | [**getAllNotes**](docs/FilingApi.md#getAllNotes) | **GET** /filings/notes | All Filing Notes
*FilingApi* | [**getFilingById**](docs/FilingApi.md#getFilingById) | **GET** /filings/{id} | Lookup Filing
*FilingApi* | [**getNote**](docs/FilingApi.md#getNote) | **GET** /filings/notes/{identifier} | Get an SEC filing note by ID
*FilingApi* | [**getNoteHtml**](docs/FilingApi.md#getNoteHtml) | **GET** /filings/notes/{identifier}/html | Returns the content of an SEC filing note as originally filed
*FilingApi* | [**getNoteText**](docs/FilingApi.md#getNoteText) | **GET** /filings/notes/{identifier}/text | Returns the content of an SEC filing note stripped of HTML
*FilingApi* | [**getNote**](docs/FilingApi.md#getNote) | **GET** /filings/notes/{identifier} | Filing Note by ID
*FilingApi* | [**getNoteHtml**](docs/FilingApi.md#getNoteHtml) | **GET** /filings/notes/{identifier}/html | Filing Note HTML
*FilingApi* | [**getNoteText**](docs/FilingApi.md#getNoteText) | **GET** /filings/notes/{identifier}/text | Filing Note Text
*FilingApi* | [**searchNotes**](docs/FilingApi.md#searchNotes) | **GET** /filings/notes/search | Search Filing Notes
*FundamentalsApi* | [**getFundamentalById**](docs/FundamentalsApi.md#getFundamentalById) | **GET** /fundamentals/{id} | Fundamental by ID
*FundamentalsApi* | [**getFundamentalReportedFinancials**](docs/FundamentalsApi.md#getFundamentalReportedFinancials) | **GET** /fundamentals/{id}/reported_financials | Reported Financials
Expand Down
2 changes: 1 addition & 1 deletion 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.intrinio'
version = '1.1.0'
version = '1.1.1'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion 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.intrinio",
name := "intrinio-sdk",
version := "1.1.0",
version := "1.1.1",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion docs/ApiResponseSecurityStockPriceAdjustments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**stockPriceAdjustments** | [**List&lt;StockPriceAdjustment&gt;**](StockPriceAdjustment.md) | The stock price adjustments for the Security | [optional]
**stockPriceAdjustments** | [**List&lt;StockPriceAdjustmentSummary&gt;**](StockPriceAdjustmentSummary.md) | The stock price adjustments for the Security | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security resolved from the given identifier | [optional]
**nextPage** | **String** | The token required to request the next page of the data | [optional]

Expand Down
26 changes: 13 additions & 13 deletions docs/FilingApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ All URIs are relative to *https://api-v2.intrinio.com*
Method | HTTP request | Description
------------- | ------------- | -------------
[**filterFilings**](FilingApi.md#filterFilings) | **GET** /filings/filter | Filter Filings
[**filterNotes**](FilingApi.md#filterNotes) | **GET** /filings/notes/filter | Filter SEC filing notes
[**filterNotes**](FilingApi.md#filterNotes) | **GET** /filings/notes/filter | Filter Filing Notes
[**getAllFilings**](FilingApi.md#getAllFilings) | **GET** /filings | All Filings
[**getAllNotes**](FilingApi.md#getAllNotes) | **GET** /filings/notes | Get All SEC filing notes
[**getAllNotes**](FilingApi.md#getAllNotes) | **GET** /filings/notes | All Filing Notes
[**getFilingById**](FilingApi.md#getFilingById) | **GET** /filings/{id} | Lookup Filing
[**getNote**](FilingApi.md#getNote) | **GET** /filings/notes/{identifier} | Get an SEC filing note by ID
[**getNoteHtml**](FilingApi.md#getNoteHtml) | **GET** /filings/notes/{identifier}/html | Returns the content of an SEC filing note as originally filed
[**getNoteText**](FilingApi.md#getNoteText) | **GET** /filings/notes/{identifier}/text | Returns the content of an SEC filing note stripped of HTML
[**getNote**](FilingApi.md#getNote) | **GET** /filings/notes/{identifier} | Filing Note by ID
[**getNoteHtml**](FilingApi.md#getNoteHtml) | **GET** /filings/notes/{identifier}/html | Filing Note HTML
[**getNoteText**](FilingApi.md#getNoteText) | **GET** /filings/notes/{identifier}/text | Filing Note Text
[**searchNotes**](FilingApi.md#searchNotes) | **GET** /filings/notes/search | Search Filing Notes


Expand Down Expand Up @@ -71,9 +71,9 @@ Name | Type | Description | Notes
# **filterNotes**
> ApiResponseFilingNotes filterNotes(company, reportType, filingStartDate, filingEndDate, periodEndedStartDate, periodEndedEndDate, nextPage)
Filter SEC filing notes
Filter Filing Notes

Returns SEC filing notes matching the supplied criteria
Returns Filing Notes that match the specified filters

### Example
```java
Expand Down Expand Up @@ -171,9 +171,9 @@ Name | Type | Description | Notes
# **getAllNotes**
> ApiResponseFilingNotes getAllNotes(nextPage)
Get All SEC filing notes
All Filing Notes

Return All notes from SEC Filings, most-recent first
Return all Notes from all Filings, most-recent first

### Example
```java
Expand Down Expand Up @@ -259,7 +259,7 @@ Name | Type | Description | Notes
# **getNote**
> FilingNote getNote(identifier, contentFormat)
Get an SEC filing note by ID
Filing Note by ID

### Example
```java
Expand Down Expand Up @@ -303,7 +303,7 @@ Name | Type | Description | Notes
# **getNoteHtml**
> String getNoteHtml(identifier)
Returns the content of an SEC filing note as originally filed
Filing Note HTML

### Example
```java
Expand Down Expand Up @@ -345,7 +345,7 @@ Name | Type | Description | Notes
# **getNoteText**
> String getNoteText(identifier)
Returns the content of an SEC filing note stripped of HTML
Filing Note Text

### Example
```java
Expand Down Expand Up @@ -389,7 +389,7 @@ Name | Type | Description | Notes
Search Filing Notes

Searches SEC filing notes using the text in &#x60;query&#x60;
Searches for Filing Notes using the &#x60;query&#x60;

### Example
```java
Expand Down
1 change: 1 addition & 0 deletions docs/StockPriceAdjustment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**dividend** | [**BigDecimal**](BigDecimal.md) | The dividend amount, if a dividend was paid. | [optional]
**dividendCurrency** | **String** | The currency of the dividend, if known. | [optional]
**splitRatio** | [**BigDecimal**](BigDecimal.md) | The ratio of the stock split, if a stock split occurred. | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the stock price | [optional]



1 change: 0 additions & 1 deletion docs/StockPriceAdjustmentSummary.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Name | Type | Description | Notes
**dividend** | [**BigDecimal**](BigDecimal.md) | The dividend amount, if a dividend was paid. | [optional]
**dividendCurrency** | **String** | The currency of the dividend, if known. | [optional]
**splitRatio** | [**BigDecimal**](BigDecimal.md) | The ratio of the stock split, if a stock split occurred. | [optional]
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the stock price | [optional]



2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>intrinio-sdk</artifactId>
<packaging>jar</packaging>
<name>intrinio-sdk</name>
<version>1.1.0</version>
<version>1.1.1</version>
<url>https://github.com/intrinio/java-sdk</url>
<description>Access the Intrinio API</description>
<scm>
Expand Down
48 changes: 24 additions & 24 deletions src/main/java/com/intrinio/api/FilingApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ private com.squareup.okhttp.Call filterNotesValidateBeforeCall(String company, S
}

/**
* Filter SEC filing notes
* Returns SEC filing notes matching the supplied criteria
* Filter Filing Notes
* Returns Filing Notes that match the specified filters
* @param company A Company identifier (Ticker, CIK, LEI, Intrinio ID) (optional)
* @param reportType Notes contained in filings that match the given report type (optional)
* @param filingStartDate Limit search to filings on or after this date (optional)
Expand All @@ -294,8 +294,8 @@ public ApiResponseFilingNotes filterNotes(String company, String reportType, Loc
}

/**
* Filter SEC filing notes
* Returns SEC filing notes matching the supplied criteria
* Filter Filing Notes
* Returns Filing Notes that match the specified filters
* @param company A Company identifier (Ticker, CIK, LEI, Intrinio ID) (optional)
* @param reportType Notes contained in filings that match the given report type (optional)
* @param filingStartDate Limit search to filings on or after this date (optional)
Expand All @@ -313,8 +313,8 @@ public ApiResponse<ApiResponseFilingNotes> filterNotesWithHttpInfo(String compan
}

/**
* Filter SEC filing notes (asynchronously)
* Returns SEC filing notes matching the supplied criteria
* Filter Filing Notes (asynchronously)
* Returns Filing Notes that match the specified filters
* @param company A Company identifier (Ticker, CIK, LEI, Intrinio ID) (optional)
* @param reportType Notes contained in filings that match the given report type (optional)
* @param filingStartDate Limit search to filings on or after this date (optional)
Expand Down Expand Up @@ -532,8 +532,8 @@ private com.squareup.okhttp.Call getAllNotesValidateBeforeCall(String nextPage,
}

/**
* Get All SEC filing notes
* Return All notes from SEC Filings, most-recent first
* All Filing Notes
* Return all Notes from all Filings, most-recent first
* @param nextPage Gets the next page of data from a previous API call (optional)
* @return ApiResponseFilingNotes
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
Expand All @@ -544,8 +544,8 @@ public ApiResponseFilingNotes getAllNotes(String nextPage) throws ApiException {
}

/**
* Get All SEC filing notes
* Return All notes from SEC Filings, most-recent first
* All Filing Notes
* Return all Notes from all Filings, most-recent first
* @param nextPage Gets the next page of data from a previous API call (optional)
* @return ApiResponse&lt;ApiResponseFilingNotes&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
Expand All @@ -557,8 +557,8 @@ public ApiResponse<ApiResponseFilingNotes> getAllNotesWithHttpInfo(String nextPa
}

/**
* Get All SEC filing notes (asynchronously)
* Return All notes from SEC Filings, most-recent first
* All Filing Notes (asynchronously)
* Return all Notes from all Filings, most-recent first
* @param nextPage Gets the next page of data from a previous API call (optional)
* @param callback The callback to be executed when the API call finishes
* @return The request call
Expand Down Expand Up @@ -781,7 +781,7 @@ private com.squareup.okhttp.Call getNoteValidateBeforeCall(String identifier, St
}

/**
* Get an SEC filing note by ID
* Filing Note by ID
*
* @param identifier The Intrinio ID of the filing note (required)
* @param contentFormat Returns content in html (as filed) or plain text (optional, default to text)
Expand All @@ -794,7 +794,7 @@ public FilingNote getNote(String identifier, String contentFormat) throws ApiExc
}

/**
* Get an SEC filing note by ID
* Filing Note by ID
*
* @param identifier The Intrinio ID of the filing note (required)
* @param contentFormat Returns content in html (as filed) or plain text (optional, default to text)
Expand All @@ -808,7 +808,7 @@ public ApiResponse<FilingNote> getNoteWithHttpInfo(String identifier, String con
}

/**
* Get an SEC filing note by ID (asynchronously)
* Filing Note by ID (asynchronously)
*
* @param identifier The Intrinio ID of the filing note (required)
* @param contentFormat Returns content in html (as filed) or plain text (optional, default to text)
Expand Down Expand Up @@ -907,7 +907,7 @@ private com.squareup.okhttp.Call getNoteHtmlValidateBeforeCall(String identifier
}

/**
* Returns the content of an SEC filing note as originally filed
* Filing Note HTML
*
* @param identifier The Intrinio ID of the filing note (required)
* @return String
Expand All @@ -919,7 +919,7 @@ public String getNoteHtml(String identifier) throws ApiException {
}

/**
* Returns the content of an SEC filing note as originally filed
* Filing Note HTML
*
* @param identifier The Intrinio ID of the filing note (required)
* @return ApiResponse&lt;String&gt;
Expand All @@ -932,7 +932,7 @@ public ApiResponse<String> getNoteHtmlWithHttpInfo(String identifier) throws Api
}

/**
* Returns the content of an SEC filing note as originally filed (asynchronously)
* Filing Note HTML (asynchronously)
*
* @param identifier The Intrinio ID of the filing note (required)
* @param callback The callback to be executed when the API call finishes
Expand Down Expand Up @@ -1030,7 +1030,7 @@ private com.squareup.okhttp.Call getNoteTextValidateBeforeCall(String identifier
}

/**
* Returns the content of an SEC filing note stripped of HTML
* Filing Note Text
*
* @param identifier The Intrinio ID of the filing note (required)
* @return String
Expand All @@ -1042,7 +1042,7 @@ public String getNoteText(String identifier) throws ApiException {
}

/**
* Returns the content of an SEC filing note stripped of HTML
* Filing Note Text
*
* @param identifier The Intrinio ID of the filing note (required)
* @return ApiResponse&lt;String&gt;
Expand All @@ -1055,7 +1055,7 @@ public ApiResponse<String> getNoteTextWithHttpInfo(String identifier) throws Api
}

/**
* Returns the content of an SEC filing note stripped of HTML (asynchronously)
* Filing Note Text (asynchronously)
*
* @param identifier The Intrinio ID of the filing note (required)
* @param callback The callback to be executed when the API call finishes
Expand Down Expand Up @@ -1164,7 +1164,7 @@ private com.squareup.okhttp.Call searchNotesValidateBeforeCall(String query, Loc

/**
* Search Filing Notes
* Searches SEC filing notes using the text in &#x60;query&#x60;
* Searches for Filing Notes using the &#x60;query&#x60;
* @param query Search for notes that contain all or parts of this text (required)
* @param filingStartDate Limit search to filings on or after this date (optional)
* @param filingEndDate Limit search to filings on or before this date (optional)
Expand All @@ -1179,7 +1179,7 @@ public ApiResponseFilingNotesSearch searchNotes(String query, LocalDate filingSt

/**
* Search Filing Notes
* Searches SEC filing notes using the text in &#x60;query&#x60;
* Searches for Filing Notes using the &#x60;query&#x60;
* @param query Search for notes that contain all or parts of this text (required)
* @param filingStartDate Limit search to filings on or after this date (optional)
* @param filingEndDate Limit search to filings on or before this date (optional)
Expand All @@ -1195,7 +1195,7 @@ public ApiResponse<ApiResponseFilingNotesSearch> searchNotesWithHttpInfo(String

/**
* Search Filing Notes (asynchronously)
* Searches SEC filing notes using the text in &#x60;query&#x60;
* Searches for Filing Notes using the &#x60;query&#x60;
* @param query Search for notes that contain all or parts of this text (required)
* @param filingStartDate Limit search to filings on or after this date (optional)
* @param filingEndDate Limit search to filings on or before this date (optional)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/intrinio/invoker/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public ApiClient() {
json = new JSON();

// Set default User-Agent.
setUserAgent("Swagger-Codegen/1.1.0/java");
setUserAgent("Swagger-Codegen/1.1.1/java");

// Setup authentications (key: authentication name, value: authentication).
authentications = new HashMap<String, Authentication>();
Expand Down
Loading

0 comments on commit dc07654

Please sign in to comment.