@ourskyai/astro-api 1.3.8639 → 1.4.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +76 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +155 -4
- package/api.ts +903 -3206
- package/base.ts +14 -24
- package/common.ts +20 -44
- package/configuration.ts +37 -17
- package/dist/api.d.ts +479 -2842
- package/dist/api.js +667 -613
- package/dist/base.d.ts +11 -23
- package/dist/base.js +5 -18
- package/dist/common.d.ts +6 -37
- package/dist/common.js +18 -40
- package/dist/configuration.d.ts +30 -15
- package/dist/configuration.js +5 -3
- package/dist/esm/api.d.ts +479 -2842
- package/dist/esm/api.js +667 -613
- package/dist/esm/base.d.ts +11 -23
- package/dist/esm/base.js +4 -17
- package/dist/esm/common.d.ts +6 -37
- package/dist/esm/common.js +16 -39
- package/dist/esm/configuration.d.ts +30 -15
- package/dist/esm/configuration.js +5 -3
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AssetFileType.md +18 -0
- package/docs/AssetType.md +16 -0
- package/docs/CalibrationMasterType.md +12 -0
- package/docs/DailyWeatherCity.md +22 -0
- package/docs/DailyWeatherForecastItem.md +40 -0
- package/docs/DailyWeatherForecastItemTemp.md +26 -0
- package/docs/DailyWeatherForecastItemWeatherInner.md +26 -0
- package/docs/DailyWeatherForecastListResponse.md +22 -0
- package/docs/DefaultApi.md +2560 -0
- package/docs/EmptySuccess.md +20 -0
- package/docs/FilterType.md +60 -0
- package/docs/FitsHeader.md +22 -0
- package/docs/ImageSetType.md +24 -0
- package/docs/IntegrationTime.md +27 -0
- package/docs/Location.md +25 -0
- package/docs/MountGeometry.md +10 -0
- package/docs/MountType.md +10 -0
- package/docs/NodeState.md +20 -0
- package/docs/OpticalTubeType.md +16 -0
- package/docs/ShutterType.md +10 -0
- package/docs/SuccessfulCreate.md +20 -0
- package/docs/TrackingType.md +12 -0
- package/docs/V1AstroProject.md +43 -0
- package/docs/V1AstroProjectAsset.md +41 -0
- package/docs/V1AstroProjectAssetMetadata.md +22 -0
- package/docs/V1AstroProjectAssetMetadataColorCombination.md +24 -0
- package/docs/V1AstroProjectJobLog.md +31 -0
- package/docs/V1AstroTarget.md +33 -0
- package/docs/V1CalibrationMaster.md +43 -0
- package/docs/V1Camera.md +47 -0
- package/docs/V1CreateAstroProjectImageSetRequest.md +24 -0
- package/docs/V1CreateAstroProjectRequest.md +30 -0
- package/docs/V1CreateAstroProjectResponse.md +23 -0
- package/docs/V1CreateCalibrationMasterRequest.md +42 -0
- package/docs/V1CreateCalibrationMasterResponse.md +22 -0
- package/docs/V1CreateCalibrationSetImageRequest.md +22 -0
- package/docs/V1CreateCalibrationSetImageResponse.md +22 -0
- package/docs/V1CreateCalibrationSetRequest.md +40 -0
- package/docs/V1CreateCalibrationSetResponse.md +20 -0
- package/docs/V1CreateImageSetImageRequest.md +32 -0
- package/docs/V1CreateImageSetImageResponse.md +23 -0
- package/docs/V1CreateImageSetRequest.md +28 -0
- package/docs/V1CreateNodeRequest.md +37 -0
- package/docs/V1CreateOpticalTrainInstanceRequest.md +28 -0
- package/docs/V1ElevationMaskPoint.md +25 -0
- package/docs/V1Focuser.md +27 -0
- package/docs/V1GainCurve.md +25 -0
- package/docs/V1GainCurvePoint.md +22 -0
- package/docs/V1GetAstroPlatformCreditBalanceResponse.md +21 -0
- package/docs/V1GetNodes.md +20 -0
- package/docs/V1GetOrCreateCameraRequest.md +60 -0
- package/docs/V1GetOrCreateFocuserRequest.md +24 -0
- package/docs/V1GetOrCreateMountRequest.md +24 -0
- package/docs/V1GetOrCreateOpticalTubeRequest.md +26 -0
- package/docs/V1ImageFileType.md +10 -0
- package/docs/V1ImageRejectionReason.md +64 -0
- package/docs/V1ImageSet.md +43 -0
- package/docs/V1ImageSetImage.md +77 -0
- package/docs/V1JobStatus.md +16 -0
- package/docs/V1Mount.md +23 -0
- package/docs/V1Node.md +59 -0
- package/docs/V1NodeWithLocation.md +23 -0
- package/docs/V1OpticalTrainInstance.md +43 -0
- package/docs/V1OpticalTube.md +27 -0
- package/docs/V1PlatformCredit.md +37 -0
- package/docs/V1PlatformCreditSource.md +14 -0
- package/docs/V1PlatformCreditType.md +8 -0
- package/docs/V1PlatformCreditUnit.md +8 -0
- package/docs/V1PredictedStreakLocation.md +26 -0
- package/docs/V1PutStackAstroProjectRequest.md +20 -0
- package/docs/V1PutStackAstroProjectResponse.md +23 -0
- package/docs/V1ReadNoisePoint.md +22 -0
- package/docs/V1SetupAction.md +23 -0
- package/docs/V1UpdateNodeRequest.md +51 -0
- package/docs/V1VideoModeFramerateProperty.md +28 -0
- package/docs/V2UpdateNodeRequest.md +43 -0
- package/index.ts +1 -1
- package/package.json +4 -4
package/.openapi-generator/FILES
CHANGED
|
@@ -6,6 +6,82 @@ api.ts
|
|
|
6
6
|
base.ts
|
|
7
7
|
common.ts
|
|
8
8
|
configuration.ts
|
|
9
|
+
docs/AssetFileType.md
|
|
10
|
+
docs/AssetType.md
|
|
11
|
+
docs/CalibrationMasterType.md
|
|
12
|
+
docs/DailyWeatherCity.md
|
|
13
|
+
docs/DailyWeatherForecastItem.md
|
|
14
|
+
docs/DailyWeatherForecastItemTemp.md
|
|
15
|
+
docs/DailyWeatherForecastItemWeatherInner.md
|
|
16
|
+
docs/DailyWeatherForecastListResponse.md
|
|
17
|
+
docs/DefaultApi.md
|
|
18
|
+
docs/EmptySuccess.md
|
|
19
|
+
docs/FilterType.md
|
|
20
|
+
docs/FitsHeader.md
|
|
21
|
+
docs/ImageSetType.md
|
|
22
|
+
docs/IntegrationTime.md
|
|
23
|
+
docs/Location.md
|
|
24
|
+
docs/MountGeometry.md
|
|
25
|
+
docs/MountType.md
|
|
26
|
+
docs/NodeState.md
|
|
27
|
+
docs/OpticalTubeType.md
|
|
28
|
+
docs/ShutterType.md
|
|
29
|
+
docs/SuccessfulCreate.md
|
|
30
|
+
docs/TrackingType.md
|
|
31
|
+
docs/V1AstroProject.md
|
|
32
|
+
docs/V1AstroProjectAsset.md
|
|
33
|
+
docs/V1AstroProjectAssetMetadata.md
|
|
34
|
+
docs/V1AstroProjectAssetMetadataColorCombination.md
|
|
35
|
+
docs/V1AstroProjectJobLog.md
|
|
36
|
+
docs/V1AstroTarget.md
|
|
37
|
+
docs/V1CalibrationMaster.md
|
|
38
|
+
docs/V1Camera.md
|
|
39
|
+
docs/V1CreateAstroProjectImageSetRequest.md
|
|
40
|
+
docs/V1CreateAstroProjectRequest.md
|
|
41
|
+
docs/V1CreateAstroProjectResponse.md
|
|
42
|
+
docs/V1CreateCalibrationMasterRequest.md
|
|
43
|
+
docs/V1CreateCalibrationMasterResponse.md
|
|
44
|
+
docs/V1CreateCalibrationSetImageRequest.md
|
|
45
|
+
docs/V1CreateCalibrationSetImageResponse.md
|
|
46
|
+
docs/V1CreateCalibrationSetRequest.md
|
|
47
|
+
docs/V1CreateCalibrationSetResponse.md
|
|
48
|
+
docs/V1CreateImageSetImageRequest.md
|
|
49
|
+
docs/V1CreateImageSetImageResponse.md
|
|
50
|
+
docs/V1CreateImageSetRequest.md
|
|
51
|
+
docs/V1CreateNodeRequest.md
|
|
52
|
+
docs/V1CreateOpticalTrainInstanceRequest.md
|
|
53
|
+
docs/V1ElevationMaskPoint.md
|
|
54
|
+
docs/V1Focuser.md
|
|
55
|
+
docs/V1GainCurve.md
|
|
56
|
+
docs/V1GainCurvePoint.md
|
|
57
|
+
docs/V1GetAstroPlatformCreditBalanceResponse.md
|
|
58
|
+
docs/V1GetNodes.md
|
|
59
|
+
docs/V1GetOrCreateCameraRequest.md
|
|
60
|
+
docs/V1GetOrCreateFocuserRequest.md
|
|
61
|
+
docs/V1GetOrCreateMountRequest.md
|
|
62
|
+
docs/V1GetOrCreateOpticalTubeRequest.md
|
|
63
|
+
docs/V1ImageFileType.md
|
|
64
|
+
docs/V1ImageRejectionReason.md
|
|
65
|
+
docs/V1ImageSet.md
|
|
66
|
+
docs/V1ImageSetImage.md
|
|
67
|
+
docs/V1JobStatus.md
|
|
68
|
+
docs/V1Mount.md
|
|
69
|
+
docs/V1Node.md
|
|
70
|
+
docs/V1NodeWithLocation.md
|
|
71
|
+
docs/V1OpticalTrainInstance.md
|
|
72
|
+
docs/V1OpticalTube.md
|
|
73
|
+
docs/V1PlatformCredit.md
|
|
74
|
+
docs/V1PlatformCreditSource.md
|
|
75
|
+
docs/V1PlatformCreditType.md
|
|
76
|
+
docs/V1PlatformCreditUnit.md
|
|
77
|
+
docs/V1PredictedStreakLocation.md
|
|
78
|
+
docs/V1PutStackAstroProjectRequest.md
|
|
79
|
+
docs/V1PutStackAstroProjectResponse.md
|
|
80
|
+
docs/V1ReadNoisePoint.md
|
|
81
|
+
docs/V1SetupAction.md
|
|
82
|
+
docs/V1UpdateNodeRequest.md
|
|
83
|
+
docs/V1VideoModeFramerateProperty.md
|
|
84
|
+
docs/V2UpdateNodeRequest.md
|
|
9
85
|
git_push.sh
|
|
10
86
|
index.ts
|
|
11
87
|
package.json
|
|
@@ -1 +1 @@
|
|
|
1
|
-
7.0
|
|
1
|
+
7.19.0
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @ourskyai/astro-api@1.
|
|
1
|
+
## @ourskyai/astro-api@1.4.118
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -15,7 +15,7 @@ Module system
|
|
|
15
15
|
* CommonJS
|
|
16
16
|
* ES6 module system
|
|
17
17
|
|
|
18
|
-
It can be used in both TypeScript and JavaScript. In TypeScript, the definition
|
|
18
|
+
It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via `package.json`. ([Reference](https://www.typescriptlang.org/docs/handbook/declaration-files/consumption.html))
|
|
19
19
|
|
|
20
20
|
### Building
|
|
21
21
|
|
|
@@ -27,7 +27,7 @@ npm run build
|
|
|
27
27
|
|
|
28
28
|
### Publishing
|
|
29
29
|
|
|
30
|
-
First build the package then run
|
|
30
|
+
First build the package then run `npm publish`
|
|
31
31
|
|
|
32
32
|
### Consuming
|
|
33
33
|
|
|
@@ -36,10 +36,161 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @ourskyai/astro-api@1.
|
|
39
|
+
npm install @ourskyai/astro-api@1.4.118 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
43
43
|
|
|
44
44
|
```
|
|
45
45
|
npm install PATH_TO_GENERATED_PACKAGE --save
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### Documentation for API Endpoints
|
|
49
|
+
|
|
50
|
+
All URIs are relative to *https://api.prod.oursky.ai*
|
|
51
|
+
|
|
52
|
+
Class | Method | HTTP request | Description
|
|
53
|
+
------------ | ------------- | ------------- | -------------
|
|
54
|
+
*DefaultApi* | [**v1CameraMatch**](docs/DefaultApi.md#v1cameramatch) | **GET** /v1/camera-match |
|
|
55
|
+
*DefaultApi* | [**v1CreateAstroProject**](docs/DefaultApi.md#v1createastroproject) | **POST** /v1/astro-project |
|
|
56
|
+
*DefaultApi* | [**v1CreateAstroProjectImageSet**](docs/DefaultApi.md#v1createastroprojectimageset) | **POST** /v1/astro-project-image-set |
|
|
57
|
+
*DefaultApi* | [**v1CreateCalibrationMaster**](docs/DefaultApi.md#v1createcalibrationmaster) | **POST** /v1/calibration-master |
|
|
58
|
+
*DefaultApi* | [**v1CreateCalibrationSet**](docs/DefaultApi.md#v1createcalibrationset) | **POST** /v1/calibration-set |
|
|
59
|
+
*DefaultApi* | [**v1CreateCalibrationSetImage**](docs/DefaultApi.md#v1createcalibrationsetimage) | **POST** /v1/calibration-set-image |
|
|
60
|
+
*DefaultApi* | [**v1CreateImageSet**](docs/DefaultApi.md#v1createimageset) | **POST** /v1/image-set |
|
|
61
|
+
*DefaultApi* | [**v1CreateImageSetImage**](docs/DefaultApi.md#v1createimagesetimage) | **POST** /v1/image-set-image |
|
|
62
|
+
*DefaultApi* | [**v1CreateNode**](docs/DefaultApi.md#v1createnode) | **POST** /v1/node |
|
|
63
|
+
*DefaultApi* | [**v1CreateOpticalTrainInstance**](docs/DefaultApi.md#v1createopticaltraininstance) | **POST** /v1/node/optical-train-instances |
|
|
64
|
+
*DefaultApi* | [**v1DeleteAstroProject**](docs/DefaultApi.md#v1deleteastroproject) | **DELETE** /v1/astro-project |
|
|
65
|
+
*DefaultApi* | [**v1DeleteCalibrationMaster**](docs/DefaultApi.md#v1deletecalibrationmaster) | **DELETE** /v1/calibration-master |
|
|
66
|
+
*DefaultApi* | [**v1DeleteImageSet**](docs/DefaultApi.md#v1deleteimageset) | **DELETE** /v1/image-set |
|
|
67
|
+
*DefaultApi* | [**v1DeleteImageSetImage**](docs/DefaultApi.md#v1deleteimagesetimage) | **DELETE** /v1/image-set-image |
|
|
68
|
+
*DefaultApi* | [**v1DeleteOpticalTrainInstance**](docs/DefaultApi.md#v1deleteopticaltraininstance) | **DELETE** /v1/node/optical-train-instance |
|
|
69
|
+
*DefaultApi* | [**v1FocuserMatch**](docs/DefaultApi.md#v1focusermatch) | **GET** /v1/focuser-match |
|
|
70
|
+
*DefaultApi* | [**v1GetAstroCamera**](docs/DefaultApi.md#v1getastrocamera) | **GET** /v1/astro-camera |
|
|
71
|
+
*DefaultApi* | [**v1GetAstroFocuser**](docs/DefaultApi.md#v1getastrofocuser) | **GET** /v1/astro-focuser |
|
|
72
|
+
*DefaultApi* | [**v1GetAstroMount**](docs/DefaultApi.md#v1getastromount) | **GET** /v1/astro-mount |
|
|
73
|
+
*DefaultApi* | [**v1GetAstroOpticalTube**](docs/DefaultApi.md#v1getastroopticaltube) | **GET** /v1/astro-optical-tube |
|
|
74
|
+
*DefaultApi* | [**v1GetAstroPlatformCreditBalance**](docs/DefaultApi.md#v1getastroplatformcreditbalance) | **GET** /v1/astro-platform-credit-balance |
|
|
75
|
+
*DefaultApi* | [**v1GetAstroProject**](docs/DefaultApi.md#v1getastroproject) | **GET** /v1/astro-project |
|
|
76
|
+
*DefaultApi* | [**v1GetAstroProjectAssets**](docs/DefaultApi.md#v1getastroprojectassets) | **GET** /v1/astro-project-assets |
|
|
77
|
+
*DefaultApi* | [**v1GetAstroProjectJobLogs**](docs/DefaultApi.md#v1getastroprojectjoblogs) | **GET** /v1/job-logs |
|
|
78
|
+
*DefaultApi* | [**v1GetAstroProjects**](docs/DefaultApi.md#v1getastroprojects) | **GET** /v1/astro-projects |
|
|
79
|
+
*DefaultApi* | [**v1GetAstroTarget**](docs/DefaultApi.md#v1getastrotarget) | **GET** /v1/astro-target |
|
|
80
|
+
*DefaultApi* | [**v1GetAstroTargets**](docs/DefaultApi.md#v1getastrotargets) | **GET** /v1/astro-targets |
|
|
81
|
+
*DefaultApi* | [**v1GetCalibrationMasters**](docs/DefaultApi.md#v1getcalibrationmasters) | **GET** /v1/calibration-masters |
|
|
82
|
+
*DefaultApi* | [**v1GetImageSet**](docs/DefaultApi.md#v1getimageset) | **GET** /v1/image-set |
|
|
83
|
+
*DefaultApi* | [**v1GetImageSetImage**](docs/DefaultApi.md#v1getimagesetimage) | **GET** /v1/image-set-image |
|
|
84
|
+
*DefaultApi* | [**v1GetImageSetImages**](docs/DefaultApi.md#v1getimagesetimages) | **GET** /v1/image-set-images |
|
|
85
|
+
*DefaultApi* | [**v1GetImageSets**](docs/DefaultApi.md#v1getimagesets) | **GET** /v1/image-sets |
|
|
86
|
+
*DefaultApi* | [**v1GetNode**](docs/DefaultApi.md#v1getnode) | **GET** /v1/node |
|
|
87
|
+
*DefaultApi* | [**v1GetNodes**](docs/DefaultApi.md#v1getnodes) | **GET** /v1/nodes |
|
|
88
|
+
*DefaultApi* | [**v1GetOpticalTrainInstance**](docs/DefaultApi.md#v1getopticaltraininstance) | **GET** /v1/node/optical-train-instance |
|
|
89
|
+
*DefaultApi* | [**v1GetOrCreateCamera**](docs/DefaultApi.md#v1getorcreatecamera) | **PUT** /v1/camera-match |
|
|
90
|
+
*DefaultApi* | [**v1GetOrCreateFocuser**](docs/DefaultApi.md#v1getorcreatefocuser) | **PUT** /v1/focuser-match |
|
|
91
|
+
*DefaultApi* | [**v1GetOrCreateMount**](docs/DefaultApi.md#v1getorcreatemount) | **PUT** /v1/mount-match |
|
|
92
|
+
*DefaultApi* | [**v1GetOrCreateOpticalTube**](docs/DefaultApi.md#v1getorcreateopticaltube) | **PUT** /v1/optical-tube-match |
|
|
93
|
+
*DefaultApi* | [**v1GetPlatformCredits**](docs/DefaultApi.md#v1getplatformcredits) | **GET** /v1/platform-credits |
|
|
94
|
+
*DefaultApi* | [**v1GetVisibleAstroTargets**](docs/DefaultApi.md#v1getvisibleastrotargets) | **GET** /v1/visible-astro-targets |
|
|
95
|
+
*DefaultApi* | [**v1GetWeather**](docs/DefaultApi.md#v1getweather) | **GET** /v1/weather |
|
|
96
|
+
*DefaultApi* | [**v1MatchAstroProject**](docs/DefaultApi.md#v1matchastroproject) | **GET** /v1/astro-project-match |
|
|
97
|
+
*DefaultApi* | [**v1MountMatch**](docs/DefaultApi.md#v1mountmatch) | **GET** /v1/mount-match |
|
|
98
|
+
*DefaultApi* | [**v1OpticalTubeMatch**](docs/DefaultApi.md#v1opticaltubematch) | **GET** /v1/optical-tube-match |
|
|
99
|
+
*DefaultApi* | [**v1PutStackAstroProject**](docs/DefaultApi.md#v1putstackastroproject) | **PUT** /v1/stack-astro-project |
|
|
100
|
+
*DefaultApi* | [**v1UpdateNode**](docs/DefaultApi.md#v1updatenode) | **PUT** /v1/node |
|
|
101
|
+
*DefaultApi* | [**v2UpdateNode**](docs/DefaultApi.md#v2updatenode) | **PUT** /v2/node |
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Documentation For Models
|
|
105
|
+
|
|
106
|
+
- [AssetFileType](docs/AssetFileType.md)
|
|
107
|
+
- [AssetType](docs/AssetType.md)
|
|
108
|
+
- [CalibrationMasterType](docs/CalibrationMasterType.md)
|
|
109
|
+
- [DailyWeatherCity](docs/DailyWeatherCity.md)
|
|
110
|
+
- [DailyWeatherForecastItem](docs/DailyWeatherForecastItem.md)
|
|
111
|
+
- [DailyWeatherForecastItemTemp](docs/DailyWeatherForecastItemTemp.md)
|
|
112
|
+
- [DailyWeatherForecastItemWeatherInner](docs/DailyWeatherForecastItemWeatherInner.md)
|
|
113
|
+
- [DailyWeatherForecastListResponse](docs/DailyWeatherForecastListResponse.md)
|
|
114
|
+
- [EmptySuccess](docs/EmptySuccess.md)
|
|
115
|
+
- [FilterType](docs/FilterType.md)
|
|
116
|
+
- [FitsHeader](docs/FitsHeader.md)
|
|
117
|
+
- [ImageSetType](docs/ImageSetType.md)
|
|
118
|
+
- [IntegrationTime](docs/IntegrationTime.md)
|
|
119
|
+
- [Location](docs/Location.md)
|
|
120
|
+
- [MountGeometry](docs/MountGeometry.md)
|
|
121
|
+
- [MountType](docs/MountType.md)
|
|
122
|
+
- [NodeState](docs/NodeState.md)
|
|
123
|
+
- [OpticalTubeType](docs/OpticalTubeType.md)
|
|
124
|
+
- [ShutterType](docs/ShutterType.md)
|
|
125
|
+
- [SuccessfulCreate](docs/SuccessfulCreate.md)
|
|
126
|
+
- [TrackingType](docs/TrackingType.md)
|
|
127
|
+
- [V1AstroProject](docs/V1AstroProject.md)
|
|
128
|
+
- [V1AstroProjectAsset](docs/V1AstroProjectAsset.md)
|
|
129
|
+
- [V1AstroProjectAssetMetadata](docs/V1AstroProjectAssetMetadata.md)
|
|
130
|
+
- [V1AstroProjectAssetMetadataColorCombination](docs/V1AstroProjectAssetMetadataColorCombination.md)
|
|
131
|
+
- [V1AstroProjectJobLog](docs/V1AstroProjectJobLog.md)
|
|
132
|
+
- [V1AstroTarget](docs/V1AstroTarget.md)
|
|
133
|
+
- [V1CalibrationMaster](docs/V1CalibrationMaster.md)
|
|
134
|
+
- [V1Camera](docs/V1Camera.md)
|
|
135
|
+
- [V1CreateAstroProjectImageSetRequest](docs/V1CreateAstroProjectImageSetRequest.md)
|
|
136
|
+
- [V1CreateAstroProjectRequest](docs/V1CreateAstroProjectRequest.md)
|
|
137
|
+
- [V1CreateAstroProjectResponse](docs/V1CreateAstroProjectResponse.md)
|
|
138
|
+
- [V1CreateCalibrationMasterRequest](docs/V1CreateCalibrationMasterRequest.md)
|
|
139
|
+
- [V1CreateCalibrationMasterResponse](docs/V1CreateCalibrationMasterResponse.md)
|
|
140
|
+
- [V1CreateCalibrationSetImageRequest](docs/V1CreateCalibrationSetImageRequest.md)
|
|
141
|
+
- [V1CreateCalibrationSetImageResponse](docs/V1CreateCalibrationSetImageResponse.md)
|
|
142
|
+
- [V1CreateCalibrationSetRequest](docs/V1CreateCalibrationSetRequest.md)
|
|
143
|
+
- [V1CreateCalibrationSetResponse](docs/V1CreateCalibrationSetResponse.md)
|
|
144
|
+
- [V1CreateImageSetImageRequest](docs/V1CreateImageSetImageRequest.md)
|
|
145
|
+
- [V1CreateImageSetImageResponse](docs/V1CreateImageSetImageResponse.md)
|
|
146
|
+
- [V1CreateImageSetRequest](docs/V1CreateImageSetRequest.md)
|
|
147
|
+
- [V1CreateNodeRequest](docs/V1CreateNodeRequest.md)
|
|
148
|
+
- [V1CreateOpticalTrainInstanceRequest](docs/V1CreateOpticalTrainInstanceRequest.md)
|
|
149
|
+
- [V1ElevationMaskPoint](docs/V1ElevationMaskPoint.md)
|
|
150
|
+
- [V1Focuser](docs/V1Focuser.md)
|
|
151
|
+
- [V1GainCurve](docs/V1GainCurve.md)
|
|
152
|
+
- [V1GainCurvePoint](docs/V1GainCurvePoint.md)
|
|
153
|
+
- [V1GetAstroPlatformCreditBalanceResponse](docs/V1GetAstroPlatformCreditBalanceResponse.md)
|
|
154
|
+
- [V1GetNodes](docs/V1GetNodes.md)
|
|
155
|
+
- [V1GetOrCreateCameraRequest](docs/V1GetOrCreateCameraRequest.md)
|
|
156
|
+
- [V1GetOrCreateFocuserRequest](docs/V1GetOrCreateFocuserRequest.md)
|
|
157
|
+
- [V1GetOrCreateMountRequest](docs/V1GetOrCreateMountRequest.md)
|
|
158
|
+
- [V1GetOrCreateOpticalTubeRequest](docs/V1GetOrCreateOpticalTubeRequest.md)
|
|
159
|
+
- [V1ImageFileType](docs/V1ImageFileType.md)
|
|
160
|
+
- [V1ImageRejectionReason](docs/V1ImageRejectionReason.md)
|
|
161
|
+
- [V1ImageSet](docs/V1ImageSet.md)
|
|
162
|
+
- [V1ImageSetImage](docs/V1ImageSetImage.md)
|
|
163
|
+
- [V1JobStatus](docs/V1JobStatus.md)
|
|
164
|
+
- [V1Mount](docs/V1Mount.md)
|
|
165
|
+
- [V1Node](docs/V1Node.md)
|
|
166
|
+
- [V1NodeWithLocation](docs/V1NodeWithLocation.md)
|
|
167
|
+
- [V1OpticalTrainInstance](docs/V1OpticalTrainInstance.md)
|
|
168
|
+
- [V1OpticalTube](docs/V1OpticalTube.md)
|
|
169
|
+
- [V1PlatformCredit](docs/V1PlatformCredit.md)
|
|
170
|
+
- [V1PlatformCreditSource](docs/V1PlatformCreditSource.md)
|
|
171
|
+
- [V1PlatformCreditType](docs/V1PlatformCreditType.md)
|
|
172
|
+
- [V1PlatformCreditUnit](docs/V1PlatformCreditUnit.md)
|
|
173
|
+
- [V1PredictedStreakLocation](docs/V1PredictedStreakLocation.md)
|
|
174
|
+
- [V1PutStackAstroProjectRequest](docs/V1PutStackAstroProjectRequest.md)
|
|
175
|
+
- [V1PutStackAstroProjectResponse](docs/V1PutStackAstroProjectResponse.md)
|
|
176
|
+
- [V1ReadNoisePoint](docs/V1ReadNoisePoint.md)
|
|
177
|
+
- [V1SetupAction](docs/V1SetupAction.md)
|
|
178
|
+
- [V1UpdateNodeRequest](docs/V1UpdateNodeRequest.md)
|
|
179
|
+
- [V1VideoModeFramerateProperty](docs/V1VideoModeFramerateProperty.md)
|
|
180
|
+
- [V2UpdateNodeRequest](docs/V2UpdateNodeRequest.md)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
<a id="documentation-for-authorization"></a>
|
|
184
|
+
## Documentation For Authorization
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
Authentication schemes defined for the API:
|
|
188
|
+
<a id="BearerToken"></a>
|
|
189
|
+
### BearerToken
|
|
190
|
+
|
|
191
|
+
- **Type**: Bearer authentication
|
|
192
|
+
|
|
193
|
+
<a id="Roles"></a>
|
|
194
|
+
### Roles
|
|
195
|
+
|
|
196
|
+
|