openflexure-microscope-server/openflexure_microscope/api/v2/views
Richard 50ad9d4369 Fixed content dicts to be valid OpenAPI
For functions that return JPEGs, we were
 using "content_type": "image/jpeg"
 instead we should use "content": { "image/jpeg": {}}
2021-07-13 22:52:10 +01:00
..
actions Fixed content dicts to be valid OpenAPI 2021-07-13 22:52:10 +01:00
__init__.py Add YAML export from APISpec 2021-06-27 21:08:48 +01:00
camera.py Fixed content dicts to be valid OpenAPI 2021-07-13 22:52:10 +01:00
captures.py Handle missing endpoints 2020-11-30 17:10:00 +00:00
docs.py Add YAML export from APISpec 2021-06-27 21:08:48 +01:00
instrument.py Static type analysis 2020-11-30 13:36:45 +00:00
stage.py Code cleanup 2020-10-14 14:56:29 +00:00
streams.py Fixed content dicts to be valid OpenAPI 2021-07-13 22:52:10 +01:00