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 |
|
Richard
|
00531a93bf
|
Fixed response descriptions for stream/RAM capture
|
2021-07-06 15:24:43 +01:00 |
|
Joel Collins
|
7866ec0f47
|
Static type analysis
|
2020-11-30 13:36:45 +00:00 |
|
Joel Collins
|
021745da26
|
Remove separate camera stream thread
|
2020-11-17 16:19:55 +00:00 |
|
Joel Collins
|
c9c29a7db4
|
Moved gen() into streams.py
|
2020-11-17 11:20:07 +00:00 |
|
Joel Collins
|
994e83dbeb
|
Code cleanup
|
2020-10-14 14:56:29 +00:00 |
|
Joel Collins
|
2bfb988460
|
Code formatting
|
2020-10-13 15:02:19 +01:00 |
|
Joel Collins
|
24398ba7dc
|
Updated tasks nomenclature
|
2020-07-21 12:54:42 +01:00 |
|
Joel Collins
|
e6cb9f6b35
|
Initial 0.7.0 conversion
|
2020-06-29 15:24:59 +01:00 |
|
Joel Collins
|
93e2893b10
|
Removed unused gevent refs
|
2020-06-15 12:11:03 +01:00 |
|
Joel Collins
|
1819ca6a9c
|
Switched to ActionView and PropertyView from decorators
|
2020-05-26 10:54:21 +01:00 |
|
Joel Collins
|
414be0405e
|
Added a note about concurrency
|
2020-03-15 16:30:34 +00:00 |
|
jtc42
|
6df7fe9405
|
Blackened
|
2020-01-24 15:41:33 +00:00 |
|
jtc42
|
36334ed743
|
Moved to a LabThings dependency for server
|
2020-01-17 15:13:32 +00:00 |
|
Joel Collins
|
a329b9197b
|
Renamed Resource to View, and allow custom root links
|
2020-01-14 11:41:56 +00:00 |
|
Joel Collins
|
9faa05aec1
|
Added missing API documentation
|
2020-01-13 16:24:32 +00:00 |
|
Joel Collins
|
6b99873d53
|
Added LabThing decorators
|
2020-01-13 11:07:47 +00:00 |
|
Joel Collins
|
8a282db12b
|
Moved to collision-robust device name
|
2020-01-09 20:04:22 +00:00 |
|
jtc42
|
70149e9732
|
Cleaned code structure
|
2020-01-06 16:45:38 +00:00 |
|
jtc42
|
5bdb6764be
|
Fixed automatic Swagger from docstrings
|
2020-01-02 23:37:28 +00:00 |
|
jtc42
|
2574e38b47
|
Tidied up
|
2019-12-21 17:38:29 +00:00 |
|
jtc42
|
a8a3cafa97
|
Restructured labthings
|
2019-12-21 12:10:09 +00:00 |
|
Joel Collins
|
f2af359b8b
|
Added basic thing description to root
|
2019-12-18 14:30:33 +00:00 |
|