Skip to content

Commit 3ba9fe7

Browse files
feat(sdk): Auto-created from 'analyticsapi-engines-sdk-generator' repository PR 30 for SDK version v5.0.1 (#49)
1 parent 617a59a commit 3ba9fe7

16 files changed

+104
-31
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
5.0.1 (06/30/2021)
2+
3+
Supported API versions:
4+
5+
* v3: [pa,spar,vault,pub,fi,axp,fpo,afi,npo,bpm,quant],v1:[fiab]
6+
7+
Summmary:
8+
* In POST/PUT engines methods deprecated ContentOrganization and added StachContentOrganization
9+
* In POST/PUT engines methods deprecated ContentType and added CalculationFormat as replacement
10+
* The deprecated properties are still available and supported for backwards compatability
11+
* Deprecated some CalculationFormats that were unused
12+
13+
-----------------------
14+
115
5.0.0 (06/17/2021)
216

317
Supported API versions:
@@ -7,6 +21,12 @@ Supported API versions:
721
Summmary:
822
* Add support for v3 API's
923

24+
Breaking changes:
25+
* No changes
26+
27+
Bug Fixes:
28+
* No changes
29+
1030
-----------------------
1131

1232
4.2.0 (01/19/2021)

auto-generated-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Allow clients to fetch Analytics through APIs.
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v3:[pa,spar,vault,pub,quant,fi,axp,afi,npo,bpm,fpo,others],v1:[fiab]
7-
- Package version: 5.0.0
7+
- Package version: 5.0.1
88
- Build package: CustomPythonClientCodegen
99
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
1010

auto-generated-sdk/docs/AFIOptimizerApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -472,16 +472,16 @@ Name | Type | Description | Notes
472472
### HTTP response details
473473
| Status code | Description | Response headers |
474474
|-------------|-------------|------------------|
475-
**202** | Expected response, contains the poll URL in the Location header. | * Location - URL to poll for the resulting optimization <br> * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
476-
**201** | Expected response, returns json if optimization is completed in a short span. | * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
477-
**400** | Invalid optimization parameters. | * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
478-
**404** | One or more optimization settings were unavailable. | * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
479-
**401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
480-
**403** | User is forbidden with current credentials | * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
481-
**415** | Missing/Invalid Content-Type header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
482-
**429** | Rate limit reached. Cancel older requests using Cancel optimization endpoint or wait for older requests to finish/expire. | * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> * Retry-After - Time to wait in seconds before making a new request as the rate limit has reached. <br> |
483-
**500** | Server error. Log the X-DataDirect-Request-Key header to assist in troubleshooting. | * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
484-
**503** | Request timed out. Retry the request in sometime. | * X-DataDirect-Request-Key - FactSets request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
475+
**202** | Expected response, contains the poll URL in the Location header. | * Location - URL to poll for the resulting optimization <br> * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
476+
**201** | Expected response, returns json if optimization is completed in a short span. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
477+
**400** | Invalid optimization parameters. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
478+
**404** | One or more optimization settings were unavailable. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
479+
**401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
480+
**403** | User is forbidden with current credentials | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
481+
**415** | Missing/Invalid Content-Type header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
482+
**429** | Rate limit reached. Cancel older requests using Cancel optimization endpoint or wait for older requests to finish/expire. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> * Retry-After - Time to wait in seconds before making a new request as the rate limit has reached. <br> |
483+
**500** | Server error. Log the X-DataDirect-Request-Key header to assist in troubleshooting. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
484+
**503** | Request timed out. Retry the request in sometime. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
485485

486486
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
487487

auto-generated-sdk/docs/CalculationMeta.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**contentorganization** | **str** | | [optional] if omitted the server will use the default value of "SimplifiedRow"
8+
**stach_content_organization** | **str** | | [optional] if omitted the server will use the default value of "SimplifiedRow"
89
**contenttype** | **str** | | [optional] if omitted the server will use the default value of "Json"
10+
**format** | **str** | | [optional] if omitted the server will use the default value of "JsonStach"
911

1012
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1113

auto-generated-sdk/docs/FICalculationsApi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
411411
),
412412
meta=CalculationMeta(
413413
contentorganization="SimplifiedRow",
414+
stach_content_organization="SimplifiedRow",
414415
contenttype="Json",
416+
format="JsonStach",
415417
),
416418
) # FICalculationParametersRoot | Calculation Parameters (optional)
417419

@@ -532,7 +534,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
532534
),
533535
meta=CalculationMeta(
534536
contentorganization="SimplifiedRow",
537+
stach_content_organization="SimplifiedRow",
535538
contenttype="Json",
539+
format="JsonStach",
536540
),
537541
) # FICalculationParametersRoot | Calculation Parameters (optional)
538542

auto-generated-sdk/docs/PACalculationsApi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
428428
},
429429
meta=CalculationMeta(
430430
contentorganization="SimplifiedRow",
431+
stach_content_organization="SimplifiedRow",
431432
contenttype="Json",
433+
format="JsonStach",
432434
),
433435
) # PACalculationParametersRoot | Calculation Parameters (optional)
434436

@@ -565,7 +567,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
565567
},
566568
meta=CalculationMeta(
567569
contentorganization="SimplifiedRow",
570+
stach_content_organization="SimplifiedRow",
568571
contenttype="Json",
572+
format="JsonStach",
569573
),
570574
) # PACalculationParametersRoot | Calculation Parameters (optional)
571575

auto-generated-sdk/docs/QuantCalculationMeta.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**format** | **str** | | [optional]
87
**allow_array_data** | **bool** | | [optional]
98
**contentorganization** | **str** | | [optional] if omitted the server will use the default value of "SimplifiedRow"
9+
**stach_content_organization** | **str** | | [optional] if omitted the server will use the default value of "SimplifiedRow"
1010
**contenttype** | **str** | | [optional] if omitted the server will use the default value of "Json"
11+
**format** | **str** | | [optional] if omitted the server will use the default value of "JsonStach"
1112

1213
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1314

auto-generated-sdk/docs/QuantCalculationsApi.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,11 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
443443
),
444444
},
445445
meta=QuantCalculationMeta(
446-
format="JsonStach",
447446
allow_array_data=True,
448447
contentorganization="SimplifiedRow",
448+
stach_content_organization="SimplifiedRow",
449449
contenttype="Json",
450+
format="JsonStach",
450451
),
451452
) # QuantCalculationParametersRoot | (optional)
452453

@@ -595,10 +596,11 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
595596
),
596597
},
597598
meta=QuantCalculationMeta(
598-
format="JsonStach",
599599
allow_array_data=True,
600600
contentorganization="SimplifiedRow",
601+
stach_content_organization="SimplifiedRow",
601602
contenttype="Json",
603+
format="JsonStach",
602604
),
603605
) # QuantCalculationParametersRoot | Calculation Parameters (optional)
604606

auto-generated-sdk/docs/SPARCalculationsApi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
413413
},
414414
meta=CalculationMeta(
415415
contentorganization="SimplifiedRow",
416+
stach_content_organization="SimplifiedRow",
416417
contenttype="Json",
418+
format="JsonStach",
417419
),
418420
) # SPARCalculationParametersRoot | Calculation Parameters (optional)
419421

@@ -535,7 +537,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
535537
},
536538
meta=CalculationMeta(
537539
contentorganization="SimplifiedRow",
540+
stach_content_organization="SimplifiedRow",
538541
contenttype="Json",
542+
format="JsonStach",
539543
),
540544
) # SPARCalculationParametersRoot | Calculation Parameters (optional)
541545

auto-generated-sdk/docs/VaultCalculationsApi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
406406
},
407407
meta=CalculationMeta(
408408
contentorganization="SimplifiedRow",
409+
stach_content_organization="SimplifiedRow",
409410
contenttype="Json",
411+
format="JsonStach",
410412
),
411413
) # VaultCalculationParametersRoot | Calculation Parameters (optional)
412414

@@ -521,7 +523,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client:
521523
},
522524
meta=CalculationMeta(
523525
contentorganization="SimplifiedRow",
526+
stach_content_organization="SimplifiedRow",
524527
contenttype="Json",
528+
format="JsonStach",
525529
),
526530
) # VaultCalculationParametersRoot | Calculation Parameters (optional)
527531

0 commit comments

Comments
 (0)