-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the programmatic API access options #3352
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 38.1%, saving 329.27 KB.
387 images did not require optimisation. Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions. |
0f93b01
to
e1a67df
Compare
e1a67df
to
1b04f72
Compare
b6c700e
to
2f6f889
Compare
docs/book/how-to/manage-zenml-server/connecting-to-zenml/connect-with-an-api-token.md
Show resolved
Hide resolved
...book/how-to/manage-zenml-server/connecting-to-zenml/connect-in-with-your-user-interactive.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Barış Can Durak <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🦭
733d8e1
to
228dfd4
Compare
228dfd4
to
1e2f9ef
Compare
* Document the programmatic API access options * Optimised images with calibre/image-actions * Fix the formatting in the on-prem deployment page * Add upgrade/update instructions for on-prem deployments * Fix formatting again * Apply suggestions from code review Co-authored-by: Barış Can Durak <[email protected]> * Fix indentation and page descriptions * Fix indentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Barış Can Durak <[email protected]>
Describe changes
Add documentation describing the various methods a user has to access the ZenML Pro API, ZenML Pro Tenant API and ZenML OSS Server API programmatically.
Also updates the ZenML Pro on-prem deployment guide to fix formatting and add upgrade/update instructions.
Rendered here:
Pre-requisites
Please ensure you have done the following:
develop
and the open PR is targetingdevelop
. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.Types of changes