Skip to content

Commit 8a9e7de

Browse files
committed
Merge branch '0.3.1' into develop
2 parents 0094896 + bb8e36a commit 8a9e7de

152 files changed

Lines changed: 14710 additions & 26744 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.

api/openapi.yaml

Lines changed: 897 additions & 891 deletions
Large diffs are not rendered by default.

docs/AboutEssbaseApi.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ namespace Example
3131
{
3232
Configuration config = new Configuration();
3333
config.BasePath = "/essbase/rest/v1";
34+
// Configure OAuth2 access token for authorization: OAuth2
35+
config.AccessToken = "YOUR_ACCESS_TOKEN";
3436
// Configure HTTP basic authorization: basicAuth
3537
config.Username = "YOUR_USERNAME";
3638
config.Password = "YOUR_PASSWORD";
@@ -82,7 +84,7 @@ This endpoint does not need any parameter.
8284

8385
### Authorization
8486

85-
[basicAuth](../README.md#basicAuth)
87+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
8688

8789
### HTTP request headers
8890

@@ -121,6 +123,8 @@ namespace Example
121123
{
122124
Configuration config = new Configuration();
123125
config.BasePath = "/essbase/rest/v1";
126+
// Configure OAuth2 access token for authorization: OAuth2
127+
config.AccessToken = "YOUR_ACCESS_TOKEN";
124128
// Configure HTTP basic authorization: basicAuth
125129
config.Username = "YOUR_USERNAME";
126130
config.Password = "YOUR_PASSWORD";
@@ -172,7 +176,7 @@ This endpoint does not need any parameter.
172176

173177
### Authorization
174178

175-
[basicAuth](../README.md#basicAuth)
179+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
176180

177181
### HTTP request headers
178182

docs/AggregateStorageLoadBuffersApi.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ namespace Example
3333
{
3434
Configuration config = new Configuration();
3535
config.BasePath = "/essbase/rest/v1";
36+
// Configure OAuth2 access token for authorization: OAuth2
37+
config.AccessToken = "YOUR_ACCESS_TOKEN";
3638
// Configure HTTP basic authorization: basicAuth
3739
config.Username = "YOUR_USERNAME";
3840
config.Password = "YOUR_PASSWORD";
@@ -89,7 +91,7 @@ void (empty response body)
8991

9092
### Authorization
9193

92-
[basicAuth](../README.md#basicAuth)
94+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
9395

9496
### HTTP request headers
9597

@@ -130,6 +132,8 @@ namespace Example
130132
{
131133
Configuration config = new Configuration();
132134
config.BasePath = "/essbase/rest/v1";
135+
// Configure OAuth2 access token for authorization: OAuth2
136+
config.AccessToken = "YOUR_ACCESS_TOKEN";
133137
// Configure HTTP basic authorization: basicAuth
134138
config.Username = "YOUR_USERNAME";
135139
config.Password = "YOUR_PASSWORD";
@@ -186,7 +190,7 @@ void (empty response body)
186190

187191
### Authorization
188192

189-
[basicAuth](../README.md#basicAuth)
193+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
190194

191195
### HTTP request headers
192196

@@ -227,6 +231,8 @@ namespace Example
227231
{
228232
Configuration config = new Configuration();
229233
config.BasePath = "/essbase/rest/v1";
234+
// Configure OAuth2 access token for authorization: OAuth2
235+
config.AccessToken = "YOUR_ACCESS_TOKEN";
230236
// Configure HTTP basic authorization: basicAuth
231237
config.Username = "YOUR_USERNAME";
232238
config.Password = "YOUR_PASSWORD";
@@ -285,7 +291,7 @@ catch (ApiException e)
285291

286292
### Authorization
287293

288-
[basicAuth](../README.md#basicAuth)
294+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
289295

290296
### HTTP request headers
291297

@@ -326,6 +332,8 @@ namespace Example
326332
{
327333
Configuration config = new Configuration();
328334
config.BasePath = "/essbase/rest/v1";
335+
// Configure OAuth2 access token for authorization: OAuth2
336+
config.AccessToken = "YOUR_ACCESS_TOKEN";
329337
// Configure HTTP basic authorization: basicAuth
330338
config.Username = "YOUR_USERNAME";
331339
config.Password = "YOUR_PASSWORD";
@@ -382,7 +390,7 @@ void (empty response body)
382390

383391
### Authorization
384392

385-
[basicAuth](../README.md#basicAuth)
393+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
386394

387395
### HTTP request headers
388396

docs/ApplicationConfigurationApi.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ namespace Example
3636
{
3737
Configuration config = new Configuration();
3838
config.BasePath = "/essbase/rest/v1";
39+
// Configure OAuth2 access token for authorization: OAuth2
40+
config.AccessToken = "YOUR_ACCESS_TOKEN";
3941
// Configure HTTP basic authorization: basicAuth
4042
config.Username = "YOUR_USERNAME";
4143
config.Password = "YOUR_PASSWORD";
@@ -94,7 +96,7 @@ catch (ApiException e)
9496

9597
### Authorization
9698

97-
[basicAuth](../README.md#basicAuth)
99+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
98100

99101
### HTTP request headers
100102

@@ -136,6 +138,8 @@ namespace Example
136138
{
137139
Configuration config = new Configuration();
138140
config.BasePath = "/essbase/rest/v1";
141+
// Configure OAuth2 access token for authorization: OAuth2
142+
config.AccessToken = "YOUR_ACCESS_TOKEN";
139143
// Configure HTTP basic authorization: basicAuth
140144
config.Username = "YOUR_USERNAME";
141145
config.Password = "YOUR_PASSWORD";
@@ -190,7 +194,7 @@ void (empty response body)
190194

191195
### Authorization
192196

193-
[basicAuth](../README.md#basicAuth)
197+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
194198

195199
### HTTP request headers
196200

@@ -231,6 +235,8 @@ namespace Example
231235
{
232236
Configuration config = new Configuration();
233237
config.BasePath = "/essbase/rest/v1";
238+
// Configure OAuth2 access token for authorization: OAuth2
239+
config.AccessToken = "YOUR_ACCESS_TOKEN";
234240
// Configure HTTP basic authorization: basicAuth
235241
config.Username = "YOUR_USERNAME";
236242
config.Password = "YOUR_PASSWORD";
@@ -289,7 +295,7 @@ catch (ApiException e)
289295

290296
### Authorization
291297

292-
[basicAuth](../README.md#basicAuth)
298+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
293299

294300
### HTTP request headers
295301

@@ -330,6 +336,8 @@ namespace Example
330336
{
331337
Configuration config = new Configuration();
332338
config.BasePath = "/essbase/rest/v1";
339+
// Configure OAuth2 access token for authorization: OAuth2
340+
config.AccessToken = "YOUR_ACCESS_TOKEN";
333341
// Configure HTTP basic authorization: basicAuth
334342
config.Username = "YOUR_USERNAME";
335343
config.Password = "YOUR_PASSWORD";
@@ -390,7 +398,7 @@ catch (ApiException e)
390398

391399
### Authorization
392400

393-
[basicAuth](../README.md#basicAuth)
401+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
394402

395403
### HTTP request headers
396404

@@ -431,6 +439,8 @@ namespace Example
431439
{
432440
Configuration config = new Configuration();
433441
config.BasePath = "/essbase/rest/v1";
442+
// Configure OAuth2 access token for authorization: OAuth2
443+
config.AccessToken = "YOUR_ACCESS_TOKEN";
434444
// Configure HTTP basic authorization: basicAuth
435445
config.Username = "YOUR_USERNAME";
436446
config.Password = "YOUR_PASSWORD";
@@ -487,7 +497,7 @@ catch (ApiException e)
487497

488498
### Authorization
489499

490-
[basicAuth](../README.md#basicAuth)
500+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
491501

492502
### HTTP request headers
493503

@@ -528,6 +538,8 @@ namespace Example
528538
{
529539
Configuration config = new Configuration();
530540
config.BasePath = "/essbase/rest/v1";
541+
// Configure OAuth2 access token for authorization: OAuth2
542+
config.AccessToken = "YOUR_ACCESS_TOKEN";
531543
// Configure HTTP basic authorization: basicAuth
532544
config.Username = "YOUR_USERNAME";
533545
config.Password = "YOUR_PASSWORD";
@@ -588,7 +600,7 @@ catch (ApiException e)
588600

589601
### Authorization
590602

591-
[basicAuth](../README.md#basicAuth)
603+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
592604

593605
### HTTP request headers
594606

@@ -630,6 +642,8 @@ namespace Example
630642
{
631643
Configuration config = new Configuration();
632644
config.BasePath = "/essbase/rest/v1";
645+
// Configure OAuth2 access token for authorization: OAuth2
646+
config.AccessToken = "YOUR_ACCESS_TOKEN";
633647
// Configure HTTP basic authorization: basicAuth
634648
config.Username = "YOUR_USERNAME";
635649
config.Password = "YOUR_PASSWORD";
@@ -688,7 +702,7 @@ catch (ApiException e)
688702

689703
### Authorization
690704

691-
[basicAuth](../README.md#basicAuth)
705+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
692706

693707
### HTTP request headers
694708

docs/ApplicationConnectionsApi.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ namespace Example
3737
{
3838
Configuration config = new Configuration();
3939
config.BasePath = "/essbase/rest/v1";
40+
// Configure OAuth2 access token for authorization: OAuth2
41+
config.AccessToken = "YOUR_ACCESS_TOKEN";
4042
// Configure HTTP basic authorization: basicAuth
4143
config.Username = "YOUR_USERNAME";
4244
config.Password = "YOUR_PASSWORD";
@@ -91,7 +93,7 @@ void (empty response body)
9193

9294
### Authorization
9395

94-
[basicAuth](../README.md#basicAuth)
96+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
9597

9698
### HTTP request headers
9799

@@ -131,6 +133,8 @@ namespace Example
131133
{
132134
Configuration config = new Configuration();
133135
config.BasePath = "/essbase/rest/v1";
136+
// Configure OAuth2 access token for authorization: OAuth2
137+
config.AccessToken = "YOUR_ACCESS_TOKEN";
134138
// Configure HTTP basic authorization: basicAuth
135139
config.Username = "YOUR_USERNAME";
136140
config.Password = "YOUR_PASSWORD";
@@ -185,7 +189,7 @@ void (empty response body)
185189

186190
### Authorization
187191

188-
[basicAuth](../README.md#basicAuth)
192+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
189193

190194
### HTTP request headers
191195

@@ -225,6 +229,8 @@ namespace Example
225229
{
226230
Configuration config = new Configuration();
227231
config.BasePath = "/essbase/rest/v1";
232+
// Configure OAuth2 access token for authorization: OAuth2
233+
config.AccessToken = "YOUR_ACCESS_TOKEN";
228234
// Configure HTTP basic authorization: basicAuth
229235
config.Username = "YOUR_USERNAME";
230236
config.Password = "YOUR_PASSWORD";
@@ -285,7 +291,7 @@ catch (ApiException e)
285291

286292
### Authorization
287293

288-
[basicAuth](../README.md#basicAuth)
294+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
289295

290296
### HTTP request headers
291297

@@ -325,6 +331,8 @@ namespace Example
325331
{
326332
Configuration config = new Configuration();
327333
config.BasePath = "/essbase/rest/v1";
334+
// Configure OAuth2 access token for authorization: OAuth2
335+
config.AccessToken = "YOUR_ACCESS_TOKEN";
328336
// Configure HTTP basic authorization: basicAuth
329337
config.Username = "YOUR_USERNAME";
330338
config.Password = "YOUR_PASSWORD";
@@ -391,7 +399,7 @@ catch (ApiException e)
391399

392400
### Authorization
393401

394-
[basicAuth](../README.md#basicAuth)
402+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
395403

396404
### HTTP request headers
397405

@@ -431,6 +439,8 @@ namespace Example
431439
{
432440
Configuration config = new Configuration();
433441
config.BasePath = "/essbase/rest/v1";
442+
// Configure OAuth2 access token for authorization: OAuth2
443+
config.AccessToken = "YOUR_ACCESS_TOKEN";
434444
// Configure HTTP basic authorization: basicAuth
435445
config.Username = "YOUR_USERNAME";
436446
config.Password = "YOUR_PASSWORD";
@@ -485,7 +495,7 @@ void (empty response body)
485495

486496
### Authorization
487497

488-
[basicAuth](../README.md#basicAuth)
498+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
489499

490500
### HTTP request headers
491501

@@ -525,6 +535,8 @@ namespace Example
525535
{
526536
Configuration config = new Configuration();
527537
config.BasePath = "/essbase/rest/v1";
538+
// Configure OAuth2 access token for authorization: OAuth2
539+
config.AccessToken = "YOUR_ACCESS_TOKEN";
528540
// Configure HTTP basic authorization: basicAuth
529541
config.Username = "YOUR_USERNAME";
530542
config.Password = "YOUR_PASSWORD";
@@ -579,7 +591,7 @@ void (empty response body)
579591

580592
### Authorization
581593

582-
[basicAuth](../README.md#basicAuth)
594+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
583595

584596
### HTTP request headers
585597

@@ -619,6 +631,8 @@ namespace Example
619631
{
620632
Configuration config = new Configuration();
621633
config.BasePath = "/essbase/rest/v1";
634+
// Configure OAuth2 access token for authorization: OAuth2
635+
config.AccessToken = "YOUR_ACCESS_TOKEN";
622636
// Configure HTTP basic authorization: basicAuth
623637
config.Username = "YOUR_USERNAME";
624638
config.Password = "YOUR_PASSWORD";
@@ -679,7 +693,7 @@ catch (ApiException e)
679693

680694
### Authorization
681695

682-
[basicAuth](../README.md#basicAuth)
696+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
683697

684698
### HTTP request headers
685699

@@ -719,6 +733,8 @@ namespace Example
719733
{
720734
Configuration config = new Configuration();
721735
config.BasePath = "/essbase/rest/v1";
736+
// Configure OAuth2 access token for authorization: OAuth2
737+
config.AccessToken = "YOUR_ACCESS_TOKEN";
722738
// Configure HTTP basic authorization: basicAuth
723739
config.Username = "YOUR_USERNAME";
724740
config.Password = "YOUR_PASSWORD";
@@ -777,7 +793,7 @@ catch (ApiException e)
777793

778794
### Authorization
779795

780-
[basicAuth](../README.md#basicAuth)
796+
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
781797

782798
### HTTP request headers
783799

0 commit comments

Comments
 (0)