Skip to content

Commit 1702211

Browse files
authored
Merge pull request #10 from koyeb/feat/sandbox-bootstrap
feat: bootstrap sandbox module
2 parents 0d0bf72 + d36b7e9 commit 1702211

58 files changed

Lines changed: 9350 additions & 247 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ This is the official Python SDK for Koyeb, a platform that allows you to deploy
44

55
# Modules
66

7-
- `koyeb.api`: Contains the API client and methods to interact with Koyeb's REST API. [Documentation](./koyeb/api_README.md)
7+
- `koyeb.api`: Contains the API client and methods to interact with Koyeb's REST API. [Documentation](./docs/api.md)
8+
- `koyeb.sandbox`: Contains the Sandbox module. [Documentation](./docs/sandbox.md)

bumpver.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ push = false
1313
"koyeb/api/__init__.py" = ['__version__ = "{version}"']
1414
"koyeb/api/api_client.py" = ['OpenAPI-Generator/{version}']
1515
"koyeb/api/configuration.py" = ['SDK Package Version: {version}']
16+
"koyeb/sandbox/__init__.py" = ['__version__ = "{version}"']

docs/api.md

Lines changed: 417 additions & 96 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)