Skip to content
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

cli: use async await insted of then in deploy #2885

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    414c483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a234c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Botonic cli: use endpoints /v2/bots/ for deploy (#2892)

    ## Description
    
    Use new endpoints /v2/bots/ to deploy.
    Send the bot_config as parameters in the POST call /v2/bots/ instead of
    adding the json in the separate folder next to the bot zip of the bot to
    be deployed.
    Iru89 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f5ff39f View commit details
    Browse the repository at this point in the history