Addition of Examples and documentation correction - #18
Merged
jaleman-vdr-wikimedia merged 3 commits intoOct 27, 2025
Merged
Conversation
This commit includes the following changes: - Updated README docs, to reflect correct script invocation. - Updated api_client to support utf-8 encoding of tar files, and also configured it to follow redirects. This was done so the structuredcontentsnapshots worked as expected. - Fixed a small logic error in structuredcontentsnapshots' example that caused it to crash on exit, instead of gracefully shutting down.
This commit includes examples to showcase the behavior described in the READMEs of Batches and Metadata.
KMontalva-WMF
approved these changes
Oct 24, 2025
This commit includes two new examples: 1) A new example to demonstrate the behavior described in the snapshots example. 2) A new example to demonstrate custom client configuration.
jaleman-vdr-wikimedia
merged commit Oct 27, 2025
3731b3a
into
wikimedia-enterprise:main
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit includes corrections to example readme's as well as 2 new examples that were not present in the SDK.