intrinio-sdk 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/docs/ApiResponseSecurityStockPriceAdjustments.md +1 -1
- data/docs/FilingApi.md +13 -13
- data/docs/StockPriceAdjustment.md +1 -0
- data/docs/StockPriceAdjustmentSummary.md +0 -1
- data/intrinio-sdk-1.1.0.gem +0 -0
- data/lib/intrinio-sdk/api/filing_api.rb +16 -16
- data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_adjustment.rb +14 -4
- data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +4 -14
- data/lib/intrinio-sdk/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8d4571fa9d33e6ba4eb025d94715bcede39bdcc
|
4
|
+
data.tar.gz: d139e4e3de35b18530f29faa29db841cfc87099d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c6a75bf8d7bdf1387c6a2ce4c104c23abc0e53072089d498b8a0f9d5b016689235d2f60b6ad7a1a50c3d09a4b87ad16d383c3609106f71beeaef1e1e618502d
|
7
|
+
data.tar.gz: 6c8522d0ec972997f8e406dc31cbb9305d1d0ec081db8216165b68266320e7921c54a37c99c94423e18c4d4b5104379f4929e56b1548f6e807c8c54b0611d60d
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a
|
|
9
9
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
10
10
|
|
11
11
|
- API version: 2.1.0
|
12
|
-
- Package version: 1.1.
|
12
|
+
- Package version: 1.1.1
|
13
13
|
|
14
14
|
|
15
15
|
## Installation
|
@@ -78,13 +78,13 @@ Class | Method | HTTP request | Description
|
|
78
78
|
*Intrinio::DataTagApi* | [**get_data_tag_by_id**](docs/DataTagApi.md#get_data_tag_by_id) | **GET** /data_tags/{identifier} | Lookup Data Tag
|
79
79
|
*Intrinio::DataTagApi* | [**search_data_tags**](docs/DataTagApi.md#search_data_tags) | **GET** /data_tags/search | Search Data Tags
|
80
80
|
*Intrinio::FilingApi* | [**filter_filings**](docs/FilingApi.md#filter_filings) | **GET** /filings/filter | Filter Filings
|
81
|
-
*Intrinio::FilingApi* | [**filter_notes**](docs/FilingApi.md#filter_notes) | **GET** /filings/notes/filter | Filter
|
81
|
+
*Intrinio::FilingApi* | [**filter_notes**](docs/FilingApi.md#filter_notes) | **GET** /filings/notes/filter | Filter Filing Notes
|
82
82
|
*Intrinio::FilingApi* | [**get_all_filings**](docs/FilingApi.md#get_all_filings) | **GET** /filings | All Filings
|
83
|
-
*Intrinio::FilingApi* | [**get_all_notes**](docs/FilingApi.md#get_all_notes) | **GET** /filings/notes |
|
83
|
+
*Intrinio::FilingApi* | [**get_all_notes**](docs/FilingApi.md#get_all_notes) | **GET** /filings/notes | All Filing Notes
|
84
84
|
*Intrinio::FilingApi* | [**get_filing_by_id**](docs/FilingApi.md#get_filing_by_id) | **GET** /filings/{id} | Lookup Filing
|
85
|
-
*Intrinio::FilingApi* | [**get_note**](docs/FilingApi.md#get_note) | **GET** /filings/notes/{identifier} |
|
86
|
-
*Intrinio::FilingApi* | [**get_note_html**](docs/FilingApi.md#get_note_html) | **GET** /filings/notes/{identifier}/html |
|
87
|
-
*Intrinio::FilingApi* | [**get_note_text**](docs/FilingApi.md#get_note_text) | **GET** /filings/notes/{identifier}/text |
|
85
|
+
*Intrinio::FilingApi* | [**get_note**](docs/FilingApi.md#get_note) | **GET** /filings/notes/{identifier} | Filing Note by ID
|
86
|
+
*Intrinio::FilingApi* | [**get_note_html**](docs/FilingApi.md#get_note_html) | **GET** /filings/notes/{identifier}/html | Filing Note HTML
|
87
|
+
*Intrinio::FilingApi* | [**get_note_text**](docs/FilingApi.md#get_note_text) | **GET** /filings/notes/{identifier}/text | Filing Note Text
|
88
88
|
*Intrinio::FilingApi* | [**search_notes**](docs/FilingApi.md#search_notes) | **GET** /filings/notes/search | Search Filing Notes
|
89
89
|
*Intrinio::FundamentalsApi* | [**get_fundamental_by_id**](docs/FundamentalsApi.md#get_fundamental_by_id) | **GET** /fundamentals/{id} | Fundamental by ID
|
90
90
|
*Intrinio::FundamentalsApi* | [**get_fundamental_reported_financials**](docs/FundamentalsApi.md#get_fundamental_reported_financials) | **GET** /fundamentals/{id}/reported_financials | Reported Financials
|
@@ -3,7 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**stock_price_adjustments** | [**Array<
|
6
|
+
**stock_price_adjustments** | [**Array<StockPriceAdjustmentSummary>**](StockPriceAdjustmentSummary.md) | The stock price adjustments for the Security | [optional]
|
7
7
|
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security resolved from the given identifier | [optional]
|
8
8
|
**next_page** | **String** | The token required to request the next page of the data | [optional]
|
9
9
|
|
data/docs/FilingApi.md
CHANGED
@@ -5,13 +5,13 @@ All URIs are relative to *https://api-v2.intrinio.com*
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**filter_filings**](FilingApi.md#filter_filings) | **GET** /filings/filter | Filter Filings
|
8
|
-
[**filter_notes**](FilingApi.md#filter_notes) | **GET** /filings/notes/filter | Filter
|
8
|
+
[**filter_notes**](FilingApi.md#filter_notes) | **GET** /filings/notes/filter | Filter Filing Notes
|
9
9
|
[**get_all_filings**](FilingApi.md#get_all_filings) | **GET** /filings | All Filings
|
10
|
-
[**get_all_notes**](FilingApi.md#get_all_notes) | **GET** /filings/notes |
|
10
|
+
[**get_all_notes**](FilingApi.md#get_all_notes) | **GET** /filings/notes | All Filing Notes
|
11
11
|
[**get_filing_by_id**](FilingApi.md#get_filing_by_id) | **GET** /filings/{id} | Lookup Filing
|
12
|
-
[**get_note**](FilingApi.md#get_note) | **GET** /filings/notes/{identifier} |
|
13
|
-
[**get_note_html**](FilingApi.md#get_note_html) | **GET** /filings/notes/{identifier}/html |
|
14
|
-
[**get_note_text**](FilingApi.md#get_note_text) | **GET** /filings/notes/{identifier}/text |
|
12
|
+
[**get_note**](FilingApi.md#get_note) | **GET** /filings/notes/{identifier} | Filing Note by ID
|
13
|
+
[**get_note_html**](FilingApi.md#get_note_html) | **GET** /filings/notes/{identifier}/html | Filing Note HTML
|
14
|
+
[**get_note_text**](FilingApi.md#get_note_text) | **GET** /filings/notes/{identifier}/text | Filing Note Text
|
15
15
|
[**search_notes**](FilingApi.md#search_notes) | **GET** /filings/notes/search | Search Filing Notes
|
16
16
|
|
17
17
|
|
@@ -68,9 +68,9 @@ Name | Type | Description | Notes
|
|
68
68
|
# **filter_notes**
|
69
69
|
> ApiResponseFilingNotes filter_notes(opts)
|
70
70
|
|
71
|
-
Filter
|
71
|
+
Filter Filing Notes
|
72
72
|
|
73
|
-
Returns
|
73
|
+
Returns Filing Notes that match the specified filters
|
74
74
|
|
75
75
|
### Example
|
76
76
|
```ruby
|
@@ -162,9 +162,9 @@ Name | Type | Description | Notes
|
|
162
162
|
# **get_all_notes**
|
163
163
|
> ApiResponseFilingNotes get_all_notes(opts)
|
164
164
|
|
165
|
-
|
165
|
+
All Filing Notes
|
166
166
|
|
167
|
-
Return
|
167
|
+
Return all Notes from all Filings, most-recent first
|
168
168
|
|
169
169
|
### Example
|
170
170
|
```ruby
|
@@ -243,7 +243,7 @@ Name | Type | Description | Notes
|
|
243
243
|
# **get_note**
|
244
244
|
> FilingNote get_note(identifier, opts)
|
245
245
|
|
246
|
-
|
246
|
+
Filing Note by ID
|
247
247
|
|
248
248
|
### Example
|
249
249
|
```ruby
|
@@ -285,7 +285,7 @@ Name | Type | Description | Notes
|
|
285
285
|
# **get_note_html**
|
286
286
|
> String get_note_html(identifier)
|
287
287
|
|
288
|
-
|
288
|
+
Filing Note HTML
|
289
289
|
|
290
290
|
### Example
|
291
291
|
```ruby
|
@@ -323,7 +323,7 @@ Name | Type | Description | Notes
|
|
323
323
|
# **get_note_text**
|
324
324
|
> String get_note_text(identifier)
|
325
325
|
|
326
|
-
|
326
|
+
Filing Note Text
|
327
327
|
|
328
328
|
### Example
|
329
329
|
```ruby
|
@@ -363,7 +363,7 @@ Name | Type | Description | Notes
|
|
363
363
|
|
364
364
|
Search Filing Notes
|
365
365
|
|
366
|
-
Searches
|
366
|
+
Searches for Filing Notes using the `query`
|
367
367
|
|
368
368
|
### Example
|
369
369
|
```ruby
|
@@ -8,5 +8,6 @@ Name | Type | Description | Notes
|
|
8
8
|
**dividend** | **Float** | The dividend amount, if a dividend was paid. | [optional]
|
9
9
|
**dividend_currency** | **String** | The currency of the dividend, if known. | [optional]
|
10
10
|
**split_ratio** | **Float** | The ratio of the stock split, if a stock split occurred. | [optional]
|
11
|
+
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the stock price | [optional]
|
11
12
|
|
12
13
|
|
@@ -8,6 +8,5 @@ Name | Type | Description | Notes
|
|
8
8
|
**dividend** | **Float** | The dividend amount, if a dividend was paid. | [optional]
|
9
9
|
**dividend_currency** | **String** | The currency of the dividend, if known. | [optional]
|
10
10
|
**split_ratio** | **Float** | The ratio of the stock split, if a stock split occurred. | [optional]
|
11
|
-
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the stock price | [optional]
|
12
11
|
|
13
12
|
|
Binary file
|
@@ -86,8 +86,8 @@ module Intrinio
|
|
86
86
|
return data, status_code, headers
|
87
87
|
end
|
88
88
|
|
89
|
-
# Filter
|
90
|
-
# Returns
|
89
|
+
# Filter Filing Notes
|
90
|
+
# Returns Filing Notes that match the specified filters
|
91
91
|
# @param [Hash] opts the optional parameters
|
92
92
|
# @option opts [String] :company A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
93
93
|
# @option opts [String] :report_type Notes contained in filings that match the given report type
|
@@ -102,8 +102,8 @@ module Intrinio
|
|
102
102
|
return data
|
103
103
|
end
|
104
104
|
|
105
|
-
# Filter
|
106
|
-
# Returns
|
105
|
+
# Filter Filing Notes
|
106
|
+
# Returns Filing Notes that match the specified filters
|
107
107
|
# @param [Hash] opts the optional parameters
|
108
108
|
# @option opts [String] :company A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
109
109
|
# @option opts [String] :report_type Notes contained in filings that match the given report type
|
@@ -207,8 +207,8 @@ module Intrinio
|
|
207
207
|
return data, status_code, headers
|
208
208
|
end
|
209
209
|
|
210
|
-
#
|
211
|
-
# Return
|
210
|
+
# All Filing Notes
|
211
|
+
# Return all Notes from all Filings, most-recent first
|
212
212
|
# @param [Hash] opts the optional parameters
|
213
213
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
214
214
|
# @return [ApiResponseFilingNotes]
|
@@ -217,8 +217,8 @@ module Intrinio
|
|
217
217
|
return data
|
218
218
|
end
|
219
219
|
|
220
|
-
#
|
221
|
-
# Return
|
220
|
+
# All Filing Notes
|
221
|
+
# Return all Notes from all Filings, most-recent first
|
222
222
|
# @param [Hash] opts the optional parameters
|
223
223
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
224
224
|
# @return [Array<(ApiResponseFilingNotes, Fixnum, Hash)>] ApiResponseFilingNotes data, response status code and response headers
|
@@ -310,7 +310,7 @@ module Intrinio
|
|
310
310
|
return data, status_code, headers
|
311
311
|
end
|
312
312
|
|
313
|
-
#
|
313
|
+
# Filing Note by ID
|
314
314
|
#
|
315
315
|
# @param identifier The Intrinio ID of the filing note
|
316
316
|
# @param [Hash] opts the optional parameters
|
@@ -321,7 +321,7 @@ module Intrinio
|
|
321
321
|
return data
|
322
322
|
end
|
323
323
|
|
324
|
-
#
|
324
|
+
# Filing Note by ID
|
325
325
|
#
|
326
326
|
# @param identifier The Intrinio ID of the filing note
|
327
327
|
# @param [Hash] opts the optional parameters
|
@@ -369,7 +369,7 @@ module Intrinio
|
|
369
369
|
return data, status_code, headers
|
370
370
|
end
|
371
371
|
|
372
|
-
#
|
372
|
+
# Filing Note HTML
|
373
373
|
#
|
374
374
|
# @param identifier The Intrinio ID of the filing note
|
375
375
|
# @param [Hash] opts the optional parameters
|
@@ -379,7 +379,7 @@ module Intrinio
|
|
379
379
|
return data
|
380
380
|
end
|
381
381
|
|
382
|
-
#
|
382
|
+
# Filing Note HTML
|
383
383
|
#
|
384
384
|
# @param identifier The Intrinio ID of the filing note
|
385
385
|
# @param [Hash] opts the optional parameters
|
@@ -422,7 +422,7 @@ module Intrinio
|
|
422
422
|
return data, status_code, headers
|
423
423
|
end
|
424
424
|
|
425
|
-
#
|
425
|
+
# Filing Note Text
|
426
426
|
#
|
427
427
|
# @param identifier The Intrinio ID of the filing note
|
428
428
|
# @param [Hash] opts the optional parameters
|
@@ -432,7 +432,7 @@ module Intrinio
|
|
432
432
|
return data
|
433
433
|
end
|
434
434
|
|
435
|
-
#
|
435
|
+
# Filing Note Text
|
436
436
|
#
|
437
437
|
# @param identifier The Intrinio ID of the filing note
|
438
438
|
# @param [Hash] opts the optional parameters
|
@@ -476,7 +476,7 @@ module Intrinio
|
|
476
476
|
end
|
477
477
|
|
478
478
|
# Search Filing Notes
|
479
|
-
# Searches
|
479
|
+
# Searches for Filing Notes using the `query`
|
480
480
|
# @param query Search for notes that contain all or parts of this text
|
481
481
|
# @param [Hash] opts the optional parameters
|
482
482
|
# @option opts [Date] :filing_start_date Limit search to filings on or after this date
|
@@ -489,7 +489,7 @@ module Intrinio
|
|
489
489
|
end
|
490
490
|
|
491
491
|
# Search Filing Notes
|
492
|
-
# Searches
|
492
|
+
# Searches for Filing Notes using the `query`
|
493
493
|
# @param query Search for notes that contain all or parts of this text
|
494
494
|
# @param [Hash] opts the optional parameters
|
495
495
|
# @option opts [Date] :filing_start_date Limit search to filings on or after this date
|
@@ -37,7 +37,7 @@ module Intrinio
|
|
37
37
|
# Attribute type mapping.
|
38
38
|
def self.swagger_types
|
39
39
|
{
|
40
|
-
:'stock_price_adjustments' => :'Array<
|
40
|
+
:'stock_price_adjustments' => :'Array<StockPriceAdjustmentSummary>',
|
41
41
|
:'security' => :'SecuritySummary',
|
42
42
|
:'next_page' => :'String'
|
43
43
|
}
|
@@ -30,6 +30,9 @@ module Intrinio
|
|
30
30
|
# The ratio of the stock split, if a stock split occurred.
|
31
31
|
attr_accessor :split_ratio
|
32
32
|
|
33
|
+
# The Security of the stock price
|
34
|
+
attr_accessor :security
|
35
|
+
|
33
36
|
|
34
37
|
# Attribute mapping from ruby-style variable name to JSON key.
|
35
38
|
def self.attribute_map
|
@@ -38,7 +41,8 @@ module Intrinio
|
|
38
41
|
:'factor' => :'factor',
|
39
42
|
:'dividend' => :'dividend',
|
40
43
|
:'dividend_currency' => :'dividend_currency',
|
41
|
-
:'split_ratio' => :'split_ratio'
|
44
|
+
:'split_ratio' => :'split_ratio',
|
45
|
+
:'security' => :'security'
|
42
46
|
}
|
43
47
|
end
|
44
48
|
|
@@ -49,7 +53,8 @@ module Intrinio
|
|
49
53
|
:'factor' => :'Float',
|
50
54
|
:'dividend' => :'Float',
|
51
55
|
:'dividend_currency' => :'String',
|
52
|
-
:'split_ratio' => :'Float'
|
56
|
+
:'split_ratio' => :'Float',
|
57
|
+
:'security' => :'SecuritySummary'
|
53
58
|
}
|
54
59
|
end
|
55
60
|
|
@@ -81,6 +86,10 @@ module Intrinio
|
|
81
86
|
self.split_ratio = attributes[:'split_ratio']
|
82
87
|
end
|
83
88
|
|
89
|
+
if attributes.has_key?(:'security')
|
90
|
+
self.security = attributes[:'security']
|
91
|
+
end
|
92
|
+
|
84
93
|
end
|
85
94
|
|
86
95
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -105,7 +114,8 @@ module Intrinio
|
|
105
114
|
factor == o.factor &&
|
106
115
|
dividend == o.dividend &&
|
107
116
|
dividend_currency == o.dividend_currency &&
|
108
|
-
split_ratio == o.split_ratio
|
117
|
+
split_ratio == o.split_ratio &&
|
118
|
+
security == o.security
|
109
119
|
end
|
110
120
|
|
111
121
|
# @see the `==` method
|
@@ -117,7 +127,7 @@ module Intrinio
|
|
117
127
|
# Calculates hash code according to all attributes.
|
118
128
|
# @return [Fixnum] Hash code
|
119
129
|
def hash
|
120
|
-
[date, factor, dividend, dividend_currency, split_ratio].hash
|
130
|
+
[date, factor, dividend, dividend_currency, split_ratio, security].hash
|
121
131
|
end
|
122
132
|
|
123
133
|
# Builds the object from hash
|
@@ -30,9 +30,6 @@ module Intrinio
|
|
30
30
|
# The ratio of the stock split, if a stock split occurred.
|
31
31
|
attr_accessor :split_ratio
|
32
32
|
|
33
|
-
# The Security of the stock price
|
34
|
-
attr_accessor :security
|
35
|
-
|
36
33
|
|
37
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
38
35
|
def self.attribute_map
|
@@ -41,8 +38,7 @@ module Intrinio
|
|
41
38
|
:'factor' => :'factor',
|
42
39
|
:'dividend' => :'dividend',
|
43
40
|
:'dividend_currency' => :'dividend_currency',
|
44
|
-
:'split_ratio' => :'split_ratio'
|
45
|
-
:'security' => :'security'
|
41
|
+
:'split_ratio' => :'split_ratio'
|
46
42
|
}
|
47
43
|
end
|
48
44
|
|
@@ -53,8 +49,7 @@ module Intrinio
|
|
53
49
|
:'factor' => :'Float',
|
54
50
|
:'dividend' => :'Float',
|
55
51
|
:'dividend_currency' => :'String',
|
56
|
-
:'split_ratio' => :'Float'
|
57
|
-
:'security' => :'SecuritySummary'
|
52
|
+
:'split_ratio' => :'Float'
|
58
53
|
}
|
59
54
|
end
|
60
55
|
|
@@ -86,10 +81,6 @@ module Intrinio
|
|
86
81
|
self.split_ratio = attributes[:'split_ratio']
|
87
82
|
end
|
88
83
|
|
89
|
-
if attributes.has_key?(:'security')
|
90
|
-
self.security = attributes[:'security']
|
91
|
-
end
|
92
|
-
|
93
84
|
end
|
94
85
|
|
95
86
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -114,8 +105,7 @@ module Intrinio
|
|
114
105
|
factor == o.factor &&
|
115
106
|
dividend == o.dividend &&
|
116
107
|
dividend_currency == o.dividend_currency &&
|
117
|
-
split_ratio == o.split_ratio
|
118
|
-
security == o.security
|
108
|
+
split_ratio == o.split_ratio
|
119
109
|
end
|
120
110
|
|
121
111
|
# @see the `==` method
|
@@ -127,7 +117,7 @@ module Intrinio
|
|
127
117
|
# Calculates hash code according to all attributes.
|
128
118
|
# @return [Fixnum] Hash code
|
129
119
|
def hash
|
130
|
-
[date, factor, dividend, dividend_currency, split_ratio
|
120
|
+
[date, factor, dividend, dividend_currency, split_ratio].hash
|
131
121
|
end
|
132
122
|
|
133
123
|
# Builds the object from hash
|
data/lib/intrinio-sdk/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: intrinio-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Intrinio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -282,6 +282,7 @@ files:
|
|
282
282
|
- docs/StockPriceAdjustmentSummary.md
|
283
283
|
- docs/StockPriceSummary.md
|
284
284
|
- git_push.sh
|
285
|
+
- intrinio-sdk-1.1.0.gem
|
285
286
|
- intrinio-sdk.gemspec
|
286
287
|
- lib/intrinio-sdk.rb
|
287
288
|
- lib/intrinio-sdk/api/company_api.rb
|
@@ -463,7 +464,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
463
464
|
version: '0'
|
464
465
|
requirements: []
|
465
466
|
rubyforge_project:
|
466
|
-
rubygems_version: 2.
|
467
|
+
rubygems_version: 2.5.2.2
|
467
468
|
signing_key:
|
468
469
|
specification_version: 4
|
469
470
|
summary: Access the Intrinio API
|