Change Updates

Do not miss any Advanced API changes, ever again

Subscribe to the Advanced API changelog to be up to date on recent changes.

RSS

28 days ago

main
2.2.7
Compare
2.2.7

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 to array[object]
          Breaking
        • Timestamp, Level, Source, Member, Line, Message properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • object property Added
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 to number
            Breaking
GET /equipment/mount/info
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Response property Modified
        • GuideRateRightAscensionArcsecPerSec, GuideRateDeclinationArcsecPerSec properties Modified
          • Type went from integer to number
            Breaking
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}