You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-43Lines changed: 0 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,49 +102,6 @@ client.close()
102
102
-`timeout`: default request timeout injected into high-level methods
103
103
-`retries`: `urllib3` retry configuration; defaults to a conservative retry strategy for the high-level client
104
104
105
-
## OpenAPI Control Plane
106
-
107
-
This repository only owns the Python SDK. The canonical OpenAPI document plus the Python-specific control-plane files in `config/`, `scripts/`, and `overlays/python/` drive generation and validation.
108
-
109
-
- If `openapi/justserpapi.openapi.json` is committed, local generation is fully reproducible.
110
-
- If it is not committed, CI can fetch and cache it by running `python scripts/sdkctl.py fetch-spec` with `JUSTSERPAPI_API_KEY` configured.
111
-
112
-
If the API changes, update these files:
113
-
114
-
-`openapi/justserpapi.openapi.json`: the current canonical spec used to validate and generate the SDK
115
-
-`openapi/baseline/justserpapi.openapi.json`: the previous released spec snapshot used only for breaking-change checks
- The package version comes from `justserpapi/_version.py`
145
-
- If `openapi/justserpapi.openapi.json` is committed, its `info.version` must match the tag and package version
146
-
- GitHub Actions publishes tagged releases to PyPI through Trusted Publishing
147
-
148
105
## Service Overview
149
106
150
107
The API list below is generated from OpenAPI and shows the current public API categories and endpoint names. See the [online API documentation](https://docs.justserpapi.com/?utm_source=github.com&utm_medium=referral&utm_campaign=justserpapi_justserpapi_python&utm_content=repo_readme_api_list) for full request and response details.
0 commit comments