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

Dec 28, 2024

main
2.0.0
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
GET /equipment/camera/cool
  • Query
  • minutes query parameter Modified
    • Query parameter is now required
      Breaking
GET /equipment/camera/info
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Response property Modified
        • TargetTemp, AtTargetTemp properties Added
GET /equipment/camera/warm
  • Query
  • minutes query parameter Added
GET /equipment/filterwheel/info
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Response property Modified
        • AvailableFilters property Modified
          • Property is no longer required
        • CanSetFilter property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • IsMoving, SupportedActions, SelectedFilter properties Added
GET /equipment/rotator/move
  • Query
  • position query parameter Modified
    • Type went from integer(int32) to number
      Breaking
GET /equipment/rotator/move-mechanical
  • Query
  • position query parameter Modified
    • Type went from integer(int32) to number
      Breaking