-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c676c0b
commit 04b295e
Showing
256 changed files
with
5,404 additions
and
15,750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,3 +134,7 @@ dmypy.json | |
|
||
# Cython debug symbols | ||
cython_debug/ | ||
|
||
# other | ||
/immich-openapi-specs.json | ||
/temp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/usr/bin/env bash | ||
# TODO move this to Poetry | ||
|
||
set -e | ||
rm -fr temp | ||
mkdir -p temp | ||
curl "https://raw.githubusercontent.com/immich-app/immich/v1.118.2/open-api/immich-openapi-specs.json" >immich-openapi-specs.json | ||
cd temp | ||
|
||
python3 -m venv venv | ||
source venv/bin/activate | ||
pip install openapi-python-client | ||
openapi-python-client generate --path ../immich-openapi-specs.json | ||
cd - | ||
|
||
rm -fr immich_carddav_sync/immich_client | ||
cp -r temp/immich-client/immich_client immich_carddav_sync/ | ||
rm -fr temp |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
""" Contains methods for accessing the API """ | ||
"""Contains methods for accessing the API""" |
190 changes: 0 additions & 190 deletions
190
immich_carddav_sync/immich_client/api/album/add_assets_to_album.py
This file was deleted.
Oops, something went wrong.
166 changes: 0 additions & 166 deletions
166
immich_carddav_sync/immich_client/api/album/add_users_to_album.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.