Merge branch 'readme' into 'main'

Document the Immich bindings

See merge request kernald/immich-tools!6
This commit is contained in:
Marc Plano-Lesay 2024-10-28 05:45:28 +00:00
commit a34dbb7fd3

View file

@ -6,3 +6,7 @@
- Synchronise date of births from a vcard file - Synchronise date of births from a vcard file
Some other features are planned, mainly around using external libraries. Feature ideas and contributions welcome. Some other features are planned, mainly around using external libraries. Feature ideas and contributions welcome.
## Immich API bindings
The bindings are generated automatically from `src/immich-openapi-specs.json`. The file currently in the repo has been generated with Immich v1.118.0, with a few methods removed around file upload (Progenitor doesn't yet support `multipart/form-data` content types, see [here](https://github.com/oxidecomputer/progenitor/issues/518)). All other methods should be available.