Skip to content

Commit

Permalink
Automated SDK update
Browse files Browse the repository at this point in the history
This updates the SDK from internal repo commit segmentio/public-api@e1d812dd.
  • Loading branch information
APIs and Common Services team committed Oct 23, 2023
1 parent 2b1d332 commit 7a2dc5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ with segment_public_api.ApiClient(configuration) as api_client:
# Get Sources
pagination = segment_public_api.PaginationInput(count=50, cursor= next)
api_response = source_api_instance.list_sources(pagination)
# print("The response of SourcesApi->list_sources:\n")
# pprint(api_response)
print("The response of SourcesApi->list_sources:\n")
pprint(api_response)
next = api_response.data.pagination.next
if api_response.data.pagination.next == None:
break
Expand Down
30 changes: 0 additions & 30 deletions pyproject.toml

This file was deleted.

2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

0 comments on commit 7a2dc5b

Please sign in to comment.