Skip to content

Commit b5c9e04

Browse files
committed
Auto-generate SDK for FinFeedAPI SEC API REST Historical
1 parent 398fb89 commit b5c9e04

145 files changed

Lines changed: 421 additions & 429 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/.openapi-generator/FILES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docs/FilingsApi.md
1212
docs/FullTextApi.md
1313
docs/MvcProblemDetails.md
1414
docs/MvcValidationProblemDetails.md
15-
docs/XbrlConverterApi.md
15+
docs/XBRLConverterApi.md
1616
git_push.sh
1717
gradle/wrapper/gradle-wrapper.jar
1818
gradle/wrapper/gradle-wrapper.properties
@@ -29,7 +29,7 @@ src/main/java/org/openapitools/client/api/DownloadApi.java
2929
src/main/java/org/openapitools/client/api/ExtractorApi.java
3030
src/main/java/org/openapitools/client/api/FilingsApi.java
3131
src/main/java/org/openapitools/client/api/FullTextApi.java
32-
src/main/java/org/openapitools/client/api/XbrlConverterApi.java
32+
src/main/java/org/openapitools/client/api/XBRLConverterApi.java
3333
src/main/java/org/openapitools/client/auth/ApiKeyAuth.java
3434
src/main/java/org/openapitools/client/auth/Authentication.java
3535
src/main/java/org/openapitools/client/auth/HttpBasicAuth.java

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Class | Method | HTTP request | Description
8888
*ExtractorApi* | [**v1ExtractorItemGet**](docs/ExtractorApi.md#v1ExtractorItemGet) | **GET** /v1/extractor/item | Extract specific item content from SEC filing
8989
*FilingsApi* | [**v1FilingsGet**](docs/FilingsApi.md#v1FilingsGet) | **GET** /v1/filings | Query SEC filing metadata
9090
*FullTextApi* | [**v1FullTextGet**](docs/FullTextApi.md#v1FullTextGet) | **GET** /v1/full-text | Full-text search of SEC filing documents
91-
*XbrlConverterApi* | [**v1XbrlConverterGet**](docs/XbrlConverterApi.md#v1XbrlConverterGet) | **GET** /v1/xbrl-converter | Convert XBRL data to JSON format
91+
*XBRLConverterApi* | [**v1XbrlConverterGet**](docs/XBRLConverterApi.md#v1XbrlConverterGet) | **GET** /v1/xbrl-converter | Convert XBRL data to JSON format
9292

9393

9494
## Documentation for Models

finfeedapi/sec-api-rest/sdk/android/docs/XbrlConverterApi.md renamed to finfeedapi/sec-api-rest/sdk/android/docs/XBRLConverterApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# XbrlConverterApi
1+
# XBRLConverterApi
22

33
All URIs are relative to *https://api.sec.finfeedapi.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**v1XbrlConverterGet**](XbrlConverterApi.md#v1XbrlConverterGet) | **GET** /v1/xbrl-converter | Convert XBRL data to JSON format
7+
[**v1XbrlConverterGet**](XBRLConverterApi.md#v1XbrlConverterGet) | **GET** /v1/xbrl-converter | Convert XBRL data to JSON format
88

99

1010

@@ -20,17 +20,17 @@ Converts XBRL data to JSON format using one of three possible input methods. ##
2020

2121
```java
2222
// Import classes:
23-
//import org.openapitools.client.api.XbrlConverterApi;
23+
//import org.openapitools.client.api.XBRLConverterApi;
2424

25-
XbrlConverterApi apiInstance = new XbrlConverterApi();
25+
XBRLConverterApi apiInstance = new XBRLConverterApi();
2626
String htmUrl = null; // String | URL of the filing ending with .htm or .html
2727
String xbrlUrl = null; // String | URL of the XBRL file ending with .xml
2828
String accessionNo = null; // String | SEC filing accession number
2929
try {
3030
Map<String, OasAnyTypeNotMapped> result = apiInstance.v1XbrlConverterGet(htmUrl, xbrlUrl, accessionNo);
3131
System.out.println(result);
3232
} catch (ApiException e) {
33-
System.err.println("Exception when calling XbrlConverterApi#v1XbrlConverterGet");
33+
System.err.println("Exception when calling XBRLConverterApi#v1XbrlConverterGet");
3434
e.printStackTrace();
3535
}
3636
```

finfeedapi/sec-api-rest/sdk/android/src/main/java/org/openapitools/client/api/XbrlConverterApi.java renamed to finfeedapi/sec-api-rest/sdk/android/src/main/java/org/openapitools/client/api/XBRLConverterApi.java

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

41-
public class XbrlConverterApi {
41+
public class XBRLConverterApi {
4242
String basePath = "https://api.sec.finfeedapi.com";
4343
ApiInvoker apiInvoker = ApiInvoker.getInstance();
4444

finfeedapi/sec-api-rest/sdk/apex/.openapi-generator/FILES

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ force-app/main/default/classes/OASResponseMock.cls
4949
force-app/main/default/classes/OASResponseMock.cls-meta.xml
5050
force-app/main/default/classes/OASTest.cls
5151
force-app/main/default/classes/OASTest.cls-meta.xml
52-
force-app/main/default/classes/OASXbrlConverterApi.cls
53-
force-app/main/default/classes/OASXbrlConverterApi.cls-meta.xml
54-
force-app/main/default/classes/OASXbrlConverterApiTest.cls
55-
force-app/main/default/classes/OASXbrlConverterApiTest.cls-meta.xml
52+
force-app/main/default/classes/OASXBRLConverterApi.cls
53+
force-app/main/default/classes/OASXBRLConverterApi.cls-meta.xml
54+
force-app/main/default/classes/OASXBRLConverterApiTest.cls
55+
force-app/main/default/classes/OASXBRLConverterApiTest.cls-meta.xml
5656
force-app/main/default/namedCredentials/FinFeedAPI_SEC_REST_API.namedCredential-meta.xml
5757
sfdx-project.json

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Class | Method | HTTP request | Description
7070
*OASExtractorApi* | [**v1ExtractorItemGet**](OASExtractorApi.md#v1ExtractorItemGet) | **GET** /v1/extractor/item | Extract specific item content from SEC filing
7171
*OASFilingsApi* | [**v1FilingsGet**](OASFilingsApi.md#v1FilingsGet) | **GET** /v1/filings | Query SEC filing metadata
7272
*OASFullTextApi* | [**v1FullTextGet**](OASFullTextApi.md#v1FullTextGet) | **GET** /v1/full-text | Full-text search of SEC filing documents
73-
*OASXbrlConverterApi* | [**v1XbrlConverterGet**](OASXbrlConverterApi.md#v1XbrlConverterGet) | **GET** /v1/xbrl-converter | Convert XBRL data to JSON format
73+
*OASXBRLConverterApi* | [**v1XbrlConverterGet**](OASXBRLConverterApi.md#v1XbrlConverterGet) | **GET** /v1/xbrl-converter | Convert XBRL data to JSON format
7474

7575

7676
## Documentation for Models

finfeedapi/sec-api-rest/sdk/apex/force-app/main/default/classes/OASXbrlConverterApi.cls renamed to finfeedapi/sec-api-rest/sdk/apex/force-app/main/default/classes/OASXBRLConverterApi.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
* Do not edit the class manually.
1111
*/
1212

13-
public class OASXbrlConverterApi {
13+
public class OASXBRLConverterApi {
1414
OASClient client;
1515

16-
public OASXbrlConverterApi(OASClient client) {
16+
public OASXBRLConverterApi(OASClient client) {
1717
this.client = client;
1818
}
1919

20-
public OASXbrlConverterApi() {
20+
public OASXBRLConverterApi() {
2121
this.client = new OASClient();
2222
}
2323

finfeedapi/sec-api-rest/sdk/apex/force-app/main/default/classes/OASXbrlConverterApi.cls-meta.xml renamed to finfeedapi/sec-api-rest/sdk/apex/force-app/main/default/classes/OASXBRLConverterApi.cls-meta.xml

File renamed without changes.

finfeedapi/sec-api-rest/sdk/apex/force-app/main/default/classes/OASXbrlConverterApiTest.cls renamed to finfeedapi/sec-api-rest/sdk/apex/force-app/main/default/classes/OASXBRLConverterApiTest.cls

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@isTest
2-
private class OASXbrlConverterApiTest {
2+
private class OASXBRLConverterApiTest {
33
/**
44
* Convert XBRL data to JSON format
55
*
@@ -19,13 +19,13 @@ private class OASXbrlConverterApiTest {
1919
};
2020

2121
OASClient client;
22-
OASXbrlConverterApi api;
22+
OASXBRLConverterApi api;
2323
Map<String, oas_any_type_not_mapped> response;
2424
Map<String, oas_any_type_not_mapped> expectedResponse;
2525
String js = '';
2626

2727
client = new OASClient();
28-
api = new OASXbrlConverterApi(client);
28+
api = new OASXBRLConverterApi(client);
2929
((OAS.ApiKeyAuth)client.getAuthentication('APIKey')).setApiKey('foo-bar-api-key');
3030

3131

@@ -44,7 +44,7 @@ private class OASXbrlConverterApiTest {
4444
response = (Map<String, oas_any_type_not_mapped>) api.v1XbrlConverterGet(params);
4545
System.assertEquals(expectedResponse, response);
4646
client = new OASClient();
47-
api = new OASXbrlConverterApi(client);
47+
api = new OASXBRLConverterApi(client);
4848

4949
js = JSON.serialize(new Map<String, oas_any_type_not_mapped>{'key'=>oas_any_type_not_mapped.getExample()});
5050
res.setHeader('Content-Type', 'application/json');

finfeedapi/sec-api-rest/sdk/apex/force-app/main/default/classes/OASXbrlConverterApiTest.cls-meta.xml renamed to finfeedapi/sec-api-rest/sdk/apex/force-app/main/default/classes/OASXBRLConverterApiTest.cls-meta.xml

File renamed without changes.

0 commit comments

Comments
 (0)