File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ import kowabunga
5656from kowabunga.rest import ApiException
5757from pprint import pprint
5858
59- # Defining the host is optional and defaults to https://raw.githubusercontent.com /api/v1
59+ # Defining the host is optional and defaults to https://your_kowabunga_kahuna_server /api/v1
6060# See configuration.py for a list of all supported configuration parameters.
6161configuration = kowabunga.Configuration(
62- host = " https://raw.githubusercontent.com /api/v1"
62+ host = " https://your_kowabunga_kahuna_server /api/v1"
6363)
6464
6565# The client must configure the authentication and authorization parameters
@@ -94,7 +94,7 @@ with kowabunga.ApiClient(configuration) as api_client:
9494
9595## Documentation for API Endpoints
9696
97- All URIs are relative to * https://raw.githubusercontent.com /api/v1 *
97+ All URIs are relative to * https://your_kowabunga_kahuna_server /api/v1 *
9898
9999Class | Method | HTTP request | Description
100100------------ | ------------- | ------------- | -------------
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ sdk: get-openapi-generator ; $(info $(M) [OpenAPIv3] Generate Python SDK client
8181 $(OUT )
8282 $Q sed -i ' s%GIT_USER_ID%$(PACKAGE_NAMESPACE)%' $(BUILD_DIR ) /pyproject.toml $(BUILD_DIR ) /README.md
8383 $Q sed -i ' s%GIT_REPO_ID%$(PACKAGE_NAME)%' $(BUILD_DIR ) /pyproject.toml $(BUILD_DIR ) /README.md
84+ $Q sed -i ' s%raw\.githubusercontent\.com%your_kowabunga_kahuna_server%' $(BUILD_DIR ) /README.md
8485 $Q rm -f $(BUILD_DIR ) /.gitignore
8586 $Q rm -f $(BUILD_DIR ) /.gitlab-ci.yml
8687 $Q rm -rf $(BUILD_DIR ) /.openapi-generator
You can’t perform that action at this time.
0 commit comments