CitraClient.GroundStations (citra_client v0.3.0)
View SourceGenerated operations for OpenAPI tag ground_stations.
Summary
Functions
Create Ground Station
Delete Ground Station
Get Ground Station
Get Ground Station Antennas
Get Ground Station Telescopes
Get Ground Stations
Get User Ground Stations
Update Ground Station
Functions
Create Ground Station
new ground station for the current user
POST /ground-stations
Body
Request body (map or generated struct).
Delete Ground Station
DELETE /ground-stations/{ground_station_id}
Path parameters
ground_station_id(path)
Get Ground Station
GET /ground-stations/{ground_station_id}
Path parameters
ground_station_id(path)
Get Ground Station Antennas
Get all antennas at a specific ground station
GET /ground-stations/{ground_station_id}/antennas
Path parameters
ground_station_id(path)
Get Ground Station Telescopes
Get all telescopes at a specific ground station
GET /ground-stations/{ground_station_id}/telescopes
Path parameters
ground_station_id(path)
Get Ground Stations
Return all ground stations.
GET /ground-stations
Get User Ground Stations
current user's ground stations
GET /my/ground-stations
Update Ground Station
PUT /ground-stations/{ground_station_id}
Path parameters
ground_station_id(path)
Body
Request body (map or generated struct).