daytona_toolbox_api_client_async 0.187.0__tar.gz → 0.190.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/PKG-INFO +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/__init__.py +2 -2
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/computer_use_api.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/file_system_api.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/git_api.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/info_api.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/interpreter_api.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/lsp_api.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/port_api.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/process_api.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/server_api.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api_client.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/configuration.py +31 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/exceptions.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/__init__.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/accessibility_bounds.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/accessibility_invoke_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/accessibility_node_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/accessibility_nodes_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/accessibility_set_value_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/accessibility_tree_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/chart.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/chart_element.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/code_run_artifacts.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/code_run_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/code_run_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/command.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/completion_context.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/completion_item.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/completion_list.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/computer_use_accessibility_node.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/computer_use_start_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/computer_use_status_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/computer_use_stop_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/create_context_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/create_session_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/display_info.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/display_info_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/execute_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/execute_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/file_info.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/file_status.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/files_download_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/find_accessibility_nodes_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_add_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_branch_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_checkout_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_clone_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_commit_info.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_commit_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_commit_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_delete_branch_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_repo_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/git_status.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/initialize_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/interpreter_context.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/is_port_in_use_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/keyboard_hotkey_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/keyboard_press_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/keyboard_type_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/list_branch_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/list_contexts_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/list_recordings_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/lsp_completion_params.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/lsp_document_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/lsp_location.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/lsp_position.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/lsp_range.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/lsp_server_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/lsp_symbol.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/match.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/mouse_click_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/mouse_click_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/mouse_drag_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/mouse_drag_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/mouse_move_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/mouse_position_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/mouse_scroll_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/port_list.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/position.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/process_errors_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/process_logs_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/process_restart_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/process_status.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/process_status_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/pty_create_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/pty_create_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/pty_list_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/pty_resize_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/pty_session_info.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/recording.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/replace_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/replace_result.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/screenshot_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/scroll_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/search_files_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/session.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/session_command_logs_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/session_execute_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/session_execute_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/session_send_input_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/start_recording_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/status.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/stop_recording_request.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/user_home_dir_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/window_info.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/windows_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/models/work_dir_response.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/rest.py +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async.egg-info/PKG-INFO +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/pyproject.toml +1 -1
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/setup.py +3 -3
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/LICENSE +0 -0
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/README.md +0 -0
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api/__init__.py +0 -0
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/api_response.py +0 -0
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async/py.typed +0 -0
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async.egg-info/SOURCES.txt +0 -0
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async.egg-info/dependency_links.txt +0 -0
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async.egg-info/requires.txt +0 -0
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/daytona_toolbox_api_client_async.egg-info/top_level.txt +0 -0
- {daytona_toolbox_api_client_async-0.187.0 → daytona_toolbox_api_client_async-0.190.0}/setup.cfg +0 -0
|
@@ -7,7 +7,7 @@ from __future__ import annotations
|
|
|
7
7
|
"""
|
|
8
8
|
Daytona Toolbox API
|
|
9
9
|
|
|
10
|
-
Daytona Toolbox API
|
|
10
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
11
11
|
|
|
12
12
|
The version of the OpenAPI document: v0.0.0-dev
|
|
13
13
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -15,7 +15,7 @@ from __future__ import annotations
|
|
|
15
15
|
Do not edit the class manually.
|
|
16
16
|
""" # noqa: E501
|
|
17
17
|
|
|
18
|
-
__version__ = "0.
|
|
18
|
+
__version__ = "0.190.0"
|
|
19
19
|
|
|
20
20
|
import importlib
|
|
21
21
|
from typing import TYPE_CHECKING
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -110,6 +110,7 @@ HTTPSignatureAuthSetting = TypedDict(
|
|
|
110
110
|
AuthSettings = TypedDict(
|
|
111
111
|
"AuthSettings",
|
|
112
112
|
{
|
|
113
|
+
"Bearer": APIKeyAuthSetting,
|
|
113
114
|
},
|
|
114
115
|
total=False,
|
|
115
116
|
)
|
|
@@ -174,6 +175,26 @@ class Configuration:
|
|
|
174
175
|
:param datetime_format: Datetime format string for serialization.
|
|
175
176
|
:param date_format: Date format string for serialization.
|
|
176
177
|
|
|
178
|
+
:Example:
|
|
179
|
+
|
|
180
|
+
API Key Authentication Example.
|
|
181
|
+
Given the following security scheme in the OpenAPI specification:
|
|
182
|
+
components:
|
|
183
|
+
securitySchemes:
|
|
184
|
+
cookieAuth: # name for the security scheme
|
|
185
|
+
type: apiKey
|
|
186
|
+
in: cookie
|
|
187
|
+
name: JSESSIONID # cookie name
|
|
188
|
+
|
|
189
|
+
You can programmatically set the cookie:
|
|
190
|
+
|
|
191
|
+
conf = daytona_toolbox_api_client_async.Configuration(
|
|
192
|
+
api_key={'cookieAuth': 'abc123'}
|
|
193
|
+
api_key_prefix={'cookieAuth': 'JSESSIONID'}
|
|
194
|
+
)
|
|
195
|
+
|
|
196
|
+
The following cookie will be added to the HTTP request:
|
|
197
|
+
Cookie: JSESSIONID abc123
|
|
177
198
|
"""
|
|
178
199
|
|
|
179
200
|
_default: ClassVar[Optional[Self]] = None
|
|
@@ -511,6 +532,15 @@ class Configuration:
|
|
|
511
532
|
:return: The Auth Settings information dict.
|
|
512
533
|
"""
|
|
513
534
|
auth: AuthSettings = {}
|
|
535
|
+
if 'Bearer' in self.api_key:
|
|
536
|
+
auth['Bearer'] = {
|
|
537
|
+
'type': 'api_key',
|
|
538
|
+
'in': 'header',
|
|
539
|
+
'key': 'Authorization',
|
|
540
|
+
'value': self.get_api_key_with_prefix(
|
|
541
|
+
'Bearer',
|
|
542
|
+
),
|
|
543
|
+
}
|
|
514
544
|
return auth
|
|
515
545
|
|
|
516
546
|
def to_debug_report(self) -> str:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Daytona Toolbox API
|
|
3
3
|
|
|
4
|
-
Daytona Toolbox API
|
|
4
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: v0.0.0-dev
|
|
7
7
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -6,7 +6,7 @@ from __future__ import annotations
|
|
|
6
6
|
"""
|
|
7
7
|
Daytona Toolbox API
|
|
8
8
|
|
|
9
|
-
Daytona Toolbox API
|
|
9
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
10
10
|
|
|
11
11
|
The version of the OpenAPI document: v0.0.0-dev
|
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Daytona Toolbox API
|
|
5
5
|
|
|
6
|
-
Daytona Toolbox API
|
|
6
|
+
Daytona Toolbox API. The base URL comes from the sandbox's `toolboxProxyUrl` field (returned in sandbox DTO by the main Daytona API) plus the sandbox ID: `{toolboxProxyUrl}/{sandboxId}/{endpoint}`. Default for Daytona Cloud: `https://proxy.app.daytona.io/toolbox/{sandboxId}`.
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v0.0.0-dev
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|