Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
SDKs
Python SDK
Commits
a8daba87
Commit
a8daba87
authored
Oct 05, 2021
by
Spencer Sutton
Browse files
Renaming partition service client
parent
cbcd55da
Pipeline
#70074
passed with stages
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
osdu_api/clients/partition/partition_
service_
client.py
→
osdu_api/clients/partition/partition_client.py
View file @
a8daba87
...
...
@@ -21,7 +21,7 @@ from osdu_api.clients.base_client import BaseClient
from
osdu_api.providers.aws.service_principal_util
import
get_service_principal_token
from
osdu_api.model.http_method
import
HttpMethod
class
Partition
Service
Client
(
BaseClient
):
class
PartitionClient
(
BaseClient
):
"""Mirrors the pattern laid out in os core common for the java services by
getting a service principal token and passing that to partition service. It
then will pass along the response to Cloud Service Provider (CSP) specific code
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment