docs icon indicating copy to clipboard operation
docs copied to clipboard

update_python_rest_batch_publish_example

Open mclark-ably opened this issue 2 months ago • 1 comments

Description

python batch publish example errors. The signature of request is request(self, method: str, path: str, version: str, params: Optional[dict] = None, body=None, headers=None) so version parameter is a string.

Reponse is a HttpPaginatedResponse and doesn't have a is_success method but has success instead

Checklist

  • [ ] Commits have been rebased.
  • [ ] Linting has been run against the changed file(s).
  • [ ] The PR adheres to the writing style guide and contribution guide.

mclark-ably avatar Oct 24 '25 11:10 mclark-ably

[!IMPORTANT]

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • [ ] Create PR with unit tests
  • [ ] Post copyable unit tests in a comment
  • [ ] Commit unit tests in branch update_python_batch_publish_example

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

coderabbitai[bot] avatar Oct 24 '25 11:10 coderabbitai[bot]