Skip to content

Commit

Permalink
swapped client to devcycle_client (#432)
Browse files Browse the repository at this point in the history
* swapped client to devcycle_client

* Update python-gettingstarted.md

typo DevCycleLocalClient is DevCycleCloudClient in the local section

---------

Co-authored-by: Andrew MacLean <andrewdmaclean@gmail.com>
  • Loading branch information
kenny-nguyen and andrewdmaclean authored Oct 19, 2023
1 parent 6829d54 commit 38e73c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk/server-side-sdks/python/python-gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ from devcycle_python_sdk.models.user import DevCycleUser
# Create an options object to do custom configurations, or use the defaults
options = DevCycleLocalOptions()

# create an instance of the DevCycleCloudClient class
client = DevCycleLocalClient('DEVCYCLE_SERVER_SDK_KEY', options)
# create an instance of the DevCycleLocalClient class
devcycle_client = DevCycleLocalClient('DEVCYCLE_SERVER_SDK_KEY', options)

# all client functions require user data to be an instance of the DevCycleUser class
user = DevCycleUser(
Expand Down

1 comment on commit 38e73c3

@vercel
Copy link

@vercel vercel bot commented on 38e73c3 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.