Skip to content

Commit 17d3af9

Browse files
committed
Auto-generate SDK for FinFeedAPI SEC API REST Historical
1 parent 648ee6e commit 17d3af9

179 files changed

Lines changed: 230 additions & 230 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

finfeedapi/sec-api-rest/sdk/android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class ContentExtractionApiExample {
8080

8181
## Documentation for API Endpoints
8282

83-
All URIs are relative to *https://api-historical.sec.finfeedapi.com*
83+
All URIs are relative to *https://api.sec.finfeedapi.com*
8484

8585
Class | Method | HTTP request | Description
8686
------------ | ------------- | ------------- | -------------

finfeedapi/sec-api-rest/sdk/android/docs/ContentExtractionApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ContentExtractionApi
22

3-
All URIs are relative to *https://api-historical.sec.finfeedapi.com*
3+
All URIs are relative to *https://api.sec.finfeedapi.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

finfeedapi/sec-api-rest/sdk/android/docs/FilingMetadataApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FilingMetadataApi
22

3-
All URIs are relative to *https://api-historical.sec.finfeedapi.com*
3+
All URIs are relative to *https://api.sec.finfeedapi.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

finfeedapi/sec-api-rest/sdk/android/docs/FullTextSearchApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FullTextSearchApi
22

3-
All URIs are relative to *https://api-historical.sec.finfeedapi.com*
3+
All URIs are relative to *https://api.sec.finfeedapi.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

finfeedapi/sec-api-rest/sdk/android/docs/XBRLConversionApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XBRLConversionApi
22

3-
All URIs are relative to *https://api-historical.sec.finfeedapi.com*
3+
All URIs are relative to *https://api.sec.finfeedapi.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

finfeedapi/sec-api-rest/sdk/android/src/main/java/org/openapitools/client/api/ContentExtractionApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import java.util.concurrent.TimeoutException;
4141

4242
public class ContentExtractionApi {
43-
String basePath = "https://api-historical.sec.finfeedapi.com";
43+
String basePath = "https://api.sec.finfeedapi.com";
4444
ApiInvoker apiInvoker = ApiInvoker.getInstance();
4545

4646
public void addHeader(String key, String value) {

finfeedapi/sec-api-rest/sdk/android/src/main/java/org/openapitools/client/api/FilingMetadataApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import java.util.concurrent.TimeoutException;
4141

4242
public class FilingMetadataApi {
43-
String basePath = "https://api-historical.sec.finfeedapi.com";
43+
String basePath = "https://api.sec.finfeedapi.com";
4444
ApiInvoker apiInvoker = ApiInvoker.getInstance();
4545

4646
public void addHeader(String key, String value) {

finfeedapi/sec-api-rest/sdk/android/src/main/java/org/openapitools/client/api/FullTextSearchApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import java.util.concurrent.TimeoutException;
4040

4141
public class FullTextSearchApi {
42-
String basePath = "https://api-historical.sec.finfeedapi.com";
42+
String basePath = "https://api.sec.finfeedapi.com";
4343
ApiInvoker apiInvoker = ApiInvoker.getInstance();
4444

4545
public void addHeader(String key, String value) {

finfeedapi/sec-api-rest/sdk/android/src/main/java/org/openapitools/client/api/XBRLConversionApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import java.util.concurrent.TimeoutException;
4040

4141
public class XBRLConversionApi {
42-
String basePath = "https://api-historical.sec.finfeedapi.com";
42+
String basePath = "https://api.sec.finfeedapi.com";
4343
ApiInvoker apiInvoker = ApiInvoker.getInstance();
4444

4545
public void addHeader(String key, String value) {

finfeedapi/sec-api-rest/sdk/apex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ try {
6060

6161
## Documentation for API Endpoints
6262

63-
All URIs are relative to *https://api-historical.sec.finfeedapi.com*
63+
All URIs are relative to *https://api.sec.finfeedapi.com*
6464

6565
Class | Method | HTTP request | Description
6666
------------ | ------------- | ------------- | -------------

0 commit comments

Comments
 (0)