API structure has changed
6 structure changes including:
1 Breaking change
2 Additions
3 Modifications
1 Removal
Modified
3
Breaking
GET /application/logs
- Response
-
200 response Modified
-
application/json content type Modified
-
Response property Modified
-
Type went from
object
toarray[object]
Breaking
-
Timestamp, Level, Source, Member, Line, Message properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- object property Added
-
Type went from
-
Response property Modified
-
application/json content type Modified
GET /equipment/camera/info
- Response
-
200 response Modified
-
application/json content type Modified
-
Response property Modified
-
Temperature, ElectronsPerADU, PixelSize, CoolerPower, TemperatureSetPoint, LastDownloadTime, ExposureMax, ExposureMin properties Modified
-
Type went from
integer
tonumber
Breaking
-
Type went from
-
Temperature, ElectronsPerADU, PixelSize, CoolerPower, TemperatureSetPoint, LastDownloadTime, ExposureMax, ExposureMin properties Modified
-
Response property Modified
-
application/json content type Modified
GET /equipment/mount/info
- Response
-
200 response Modified
-
application/json content type Modified
-
Response property Modified
-
GuideRateRightAscensionArcsecPerSec, GuideRateDeclinationArcsecPerSec properties Modified
-
Type went from
integer
tonumber
Breaking
-
Type went from
-
GuideRateRightAscensionArcsecPerSec, GuideRateDeclinationArcsecPerSec properties Modified
-
Response property Modified
-
application/json content type Modified
Removed
1
Breaking
GET /livestack/{target}/{filter}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
2
GET /livestack/image/available
GET /livestack/image/{target}/{filter}