Skip to content

Commit 1997971

Browse files
committed
updated API doc
1 parent bc661cb commit 1997971

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ import kowabunga
5656
from kowabunga.rest import ApiException
5757
from 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.
6161
configuration = 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

9999
Class | Method | HTTP request | Description
100100
------------ | ------------- | ------------- | -------------

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)