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 9f80847 commit a66e568
Show file tree
Hide file tree
Showing 28 changed files with 469 additions and 469 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
10 changes: 5 additions & 5 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ import lusid
from lusid.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -66,7 +66,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand All @@ -88,7 +88,7 @@ with lusid.ApiClient(configuration) as api_client:

## Documentation for API Endpoints

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

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down Expand Up @@ -482,7 +482,7 @@ Class | Method | HTTP request | Description

- **Type**: OAuth
- **Flow**: implicit
- **Authorization URL**: https://dummyurl.lusid.com/
- **Authorization URL**: https://lusid.okta.com/oauth2/default/v1/authorize
- **Scopes**: N/A


Expand Down
14 changes: 7 additions & 7 deletions sdk/docs/AggregationApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lusid.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 All @@ -24,10 +24,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -37,7 +37,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -99,10 +99,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -112,7 +112,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down
26 changes: 13 additions & 13 deletions sdk/docs/AllocationsApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lusid.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 All @@ -26,10 +26,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -39,7 +39,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -103,10 +103,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -116,7 +116,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -184,10 +184,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -197,7 +197,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -271,10 +271,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -284,7 +284,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down
20 changes: 10 additions & 10 deletions sdk/docs/ApplicationMetadataApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lusid.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 All @@ -25,10 +25,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -38,7 +38,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -100,10 +100,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -113,7 +113,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -170,10 +170,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -183,7 +183,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down
20 changes: 10 additions & 10 deletions sdk/docs/ComplexMarketDataApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lusid.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 All @@ -25,10 +25,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -38,7 +38,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -102,10 +102,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -115,7 +115,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -185,10 +185,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://www.lusid.com/api
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -198,7 +198,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://www.lusid.com/api"
host = "https://fbn-prd.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down

0 comments on commit a66e568

Please sign in to comment.