Skip to content

Commit d859053

Browse files
author
Anonymous Committer
committed
Fix SDK returning None by patching OpenAPI responses and protecting config files
1 parent 39a970c commit d859053

7 files changed

Lines changed: 376 additions & 282 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ var/
2525
*.egg
2626

2727
# PyInstaller
28-
# Usually these files are written by a python script from a template
29-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
3028
*.manifest
3129
*.spec
3230

@@ -78,3 +76,5 @@ git_push.sh
7876
.travis.yml
7977
.gitlab-ci.yml
8078
temp-openapi-google.json
79+
check_responses.py
80+
restore_files.py

.openapi-generator-ignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,14 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
25+
pyproject.toml
26+
setup.py
27+
README.md
28+
.gitignore
29+
Makefile
30+
LICENSE
31+
generate_sdk.py
32+
test_sdk.py
33+
.github/workflows/python.yml
34+
.openapi-generator-ignore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://justserpapi.com/logo/whiteBgColor.png" alt="JustSerpAPI Logo" width="200">
2+
<img src="https://api.justserpapi.com/logo.png" alt="JustSerpAPI Logo" width="200">
33
</p>
44

55
<h1 align="center">JustSerpAPI Python SDK</h1>

docs/GoogleAPIApi.md

Lines changed: 186 additions & 124 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)