mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
[AFV] Add method to read all aliased HF stations
ref T729
This commit is contained in:
committed by
Mat Sutcliffe
parent
4a578110b0
commit
8b1fb1baca
@@ -125,6 +125,12 @@ namespace BlackCore
|
||||
m_jwt.clear();
|
||||
}
|
||||
|
||||
QVector<StationDto> ApiServerConnection::getAllAliasedStations()
|
||||
{
|
||||
getAsVector<StationDto>("/api/v1/stations/aliased");
|
||||
return {};
|
||||
}
|
||||
|
||||
void ApiServerConnection::postNoResponse(const QString &resource, const QJsonDocument &json)
|
||||
{
|
||||
if (isShuttingDown()) { return; } // avoid crash
|
||||
|
||||
Reference in New Issue
Block a user