CitraClient.GroundStations (citra_client v0.3.0)

View Source

Generated operations for OpenAPI tag ground_stations.

Summary

Functions

create_ground_station(body)

Create Ground Station

new ground station for the current user

POST /ground-stations

Body

Request body (map or generated struct).

delete_ground_station(ground_station_id)

Delete Ground Station

DELETE /ground-stations/{ground_station_id}

Path parameters

  • ground_station_id (path)

get_ground_station(ground_station_id)

Get Ground Station

GET /ground-stations/{ground_station_id}

Path parameters

  • ground_station_id (path)

get_ground_station_antennas(ground_station_id)

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(ground_station_id)

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()

Get Ground Stations

Return all ground stations.

GET /ground-stations

get_user_ground_stations()

Get User Ground Stations

current user's ground stations

GET /my/ground-stations

update_ground_station(ground_station_id, body)

Update Ground Station

PUT /ground-stations/{ground_station_id}

Path parameters

  • ground_station_id (path)

Body

Request body (map or generated struct).