Skip to content

Commit

Permalink
Update SDK 0.11.4614 [rebase]
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Jul 17, 2022
1 parent 2a29a0c commit efd626f
Show file tree
Hide file tree
Showing 27 changed files with 175 additions and 175 deletions.
4 changes: 2 additions & 2 deletions lusid.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"servers": [
{
"url": "https://www.lusid.com/api"
"url": "https://fbn-prd.lusid.com/api"
}
],
"paths": {
Expand Down Expand Up @@ -46510,7 +46510,7 @@
"description": "OAuth2 Implicit Grant",
"flows": {
"implicit": {
"authorizationUrl": "https://dummyurl.lusid.com/",
"authorizationUrl": "https://lusid.okta.com/oauth2/default/v1/authorize",
"scopes": {}
}
}
Expand Down
6 changes: 3 additions & 3 deletions sdk/Lusid.Sdk/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ public Configuration()
{
Proxy = null;
UserAgent = "OpenAPI-Generator/0.11.4614/csharp";
BasePath = "https://www.lusid.com/api";
BasePath = "https://fbn-prd.lusid.com/api";
DefaultHeaders = new ConcurrentDictionary<string, string>();
ApiKey = new ConcurrentDictionary<string, string>();
ApiKeyPrefix = new ConcurrentDictionary<string, string>();
Servers = new List<IReadOnlyDictionary<string, object>>()
{
{
new Dictionary<string, object> {
{"url", "https://www.lusid.com/api"},
{"url", "https://fbn-prd.lusid.com/api"},
{"description", "No description provided"},
}
}
Expand All @@ -129,7 +129,7 @@ public Configuration()
IDictionary<string, string> defaultHeaders,
IDictionary<string, string> apiKey,
IDictionary<string, string> apiKeyPrefix,
string basePath = "https://www.lusid.com/api") : this()
string basePath = "https://fbn-prd.lusid.com/api") : this()
{
if (string.IsNullOrWhiteSpace(basePath))
throw new ArgumentException("The provided basePath is invalid.", "basePath");
Expand Down
6 changes: 3 additions & 3 deletions sdk/docs/AggregationApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lusid.Sdk.Api.AggregationApi

All URIs are relative to *https://www.lusid.com/api*
All URIs are relative to *https://fbn-prd.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -31,7 +31,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -107,7 +107,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down
10 changes: 5 additions & 5 deletions sdk/docs/AllocationsApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lusid.Sdk.Api.AllocationsApi

All URIs are relative to *https://www.lusid.com/api*
All URIs are relative to *https://fbn-prd.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -33,7 +33,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -111,7 +111,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -193,7 +193,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -281,7 +281,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down
8 changes: 4 additions & 4 deletions sdk/docs/ApplicationMetadataApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lusid.Sdk.Api.ApplicationMetadataApi

All URIs are relative to *https://www.lusid.com/api*
All URIs are relative to *https://fbn-prd.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -32,7 +32,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -108,7 +108,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -179,7 +179,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down
8 changes: 4 additions & 4 deletions sdk/docs/ComplexMarketDataApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lusid.Sdk.Api.ComplexMarketDataApi

All URIs are relative to *https://www.lusid.com/api*
All URIs are relative to *https://fbn-prd.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -32,7 +32,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -110,7 +110,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -194,7 +194,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down
10 changes: 5 additions & 5 deletions sdk/docs/ConfigurationRecipeApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lusid.Sdk.Api.ConfigurationRecipeApi

All URIs are relative to *https://www.lusid.com/api*
All URIs are relative to *https://fbn-prd.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -33,7 +33,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -111,7 +111,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -191,7 +191,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -269,7 +269,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down
10 changes: 5 additions & 5 deletions sdk/docs/CorporateActionSourcesApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lusid.Sdk.Api.CorporateActionSourcesApi

All URIs are relative to *https://www.lusid.com/api*
All URIs are relative to *https://fbn-prd.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -33,7 +33,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -113,7 +113,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -189,7 +189,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -279,7 +279,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down
12 changes: 6 additions & 6 deletions sdk/docs/CutLabelDefinitionsApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lusid.Sdk.Api.CutLabelDefinitionsApi

All URIs are relative to *https://www.lusid.com/api*
All URIs are relative to *https://fbn-prd.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -34,7 +34,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -110,7 +110,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -186,7 +186,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -264,7 +264,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -350,7 +350,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down
8 changes: 4 additions & 4 deletions sdk/docs/DataTypesApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lusid.Sdk.Api.DataTypesApi

All URIs are relative to *https://www.lusid.com/api*
All URIs are relative to *https://fbn-prd.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -32,7 +32,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -112,7 +112,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -196,7 +196,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down
6 changes: 3 additions & 3 deletions sdk/docs/DerivedTransactionPortfoliosApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lusid.Sdk.Api.DerivedTransactionPortfoliosApi

All URIs are relative to *https://www.lusid.com/api*
All URIs are relative to *https://fbn-prd.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -31,7 +31,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down Expand Up @@ -109,7 +109,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://www.lusid.com/api";
config.BasePath = "https://fbn-prd.lusid.com/api";
// Configure OAuth2 access token for authorization: oauth2
config.AccessToken = "YOUR_ACCESS_TOKEN";

Expand Down

0 comments on commit efd626f

Please sign in to comment.